patchlwIP - A Lightweight TCP/IP stack - Patches: patch #8479, Fixed a visibility scope that...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #8479: Fixed a visibility scope that caused a compile error in some configurations

Submitter:  Constantine <nongnusucks>
Submitted:  Sat 14 Jun 2014 09:05:08 AM UTC
   
 
Category:  None Priority:  3 - Low
Status:  Done Privacy:  Public
Assigned to:  goldsimon Open/Closed:  Closed
Planned Release:  None

Sat 17 Jan 2015 01:56:20 PM UTC, comment #1: 

Fixed, thanks for reporting.

Simon Goldschmidt <goldsimon>
Group administrator
Sat 14 Jun 2014 09:05:08 AM UTC, original submission:  

--- /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_ */

Constantine <nongnusucks>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by nongnusucks (Submitted the item)
  • -email is unavailable- added by nongnusucks
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-01-17 goldsimon StatusNone Done
        Assigned toNone goldsimon
        Open/ClosedOpen Closed
    2014-06-14 nongnusucks Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code