lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #9091] mdns: Include lwip/apps/mdns_priv.h to fix bu


From: Axel Lin
Subject: [lwip-devel] [patch #9091] mdns: Include lwip/apps/mdns_priv.h to fix build error
Date: Fri, 19 Aug 2016 08:33:20 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36

URL:
  <http://savannah.nongnu.org/patch/?9091>

                 Summary: mdns: Include lwip/apps/mdns_priv.h to fix build
error
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: axellin
            Submitted on: Fri 19 Aug 2016 08:33:17 AM GMT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

Fix below build errors:
../../../../../lwip/src/apps/mdns/mdns.c:148:22: error: field ‘txtdata’
has incomplete type
   struct mdns_domain txtdata;
                      ^
../../../../../lwip/src/apps/mdns/mdns.c:243:22: error: field ‘domain’ has
incomplete type
   struct mdns_domain domain;
                      ^
../../../../../lwip/src/apps/mdns/mdns.c:310:1: error: no previous prototype
for ‘mdns_domain_add_label’ [-Werror=missing-prototypes]
 mdns_domain_add_label(struct mdns_domain *domain, const char *label, u8_t
len)
 ^




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 19 Aug 2016 08:33:17 AM GMT  Name:
0001-mdns-Include-lwip-apps-mdns_priv.h-to-fix-build-erro.patch  Size: 1kB  
By: axellin

<http://savannah.nongnu.org/patch/download.php?file_id=38270>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9091>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]