lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #8479] Fixed a visibility scope that caused a compil


From: Constantine
Subject: [lwip-devel] [patch #8479] Fixed a visibility scope that caused a compile error in some configurations
Date: Sat, 14 Jun 2014 09:05:09 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36

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

                 Summary: Fixed a visibility scope that caused a compile error
in some configurations
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: nongnusucks
            Submitted on: Сбт 14 Июн 2014 09:05:08
                Category: None
                Priority: 3 - Low
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

--- /tmp/etharp.h       2014-06-14 12:44:28.406524243 +0400
+++ /tmp/newone 2014-06-14 12:45:41.662521895 +0400
@@ -219,10 +219,10 @@ extern const struct eth_addr ethbroadcas
   LWIP_DEBUGF(debug,
("%02"X8_F":%02"X8_F":%02"X8_F":%02"X8_F":%02"X8_F":%02"X8_F, \
     (ethaddr)->addr[0], (ethaddr)->addr[1], (ethaddr)->addr[2],
(ethaddr)->addr[3], (ethaddr)->addr[4], (ethaddr)->addr[5]))
 
-#endif /* LWIP_ARP || LWIP_ETHERNET */
-
 #ifdef __cplusplus
 }
 #endif
 
+#endif /* LWIP_ARP || LWIP_ETHERNET */
+
 #endif /* __NETIF_ARP_H__ */





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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