VirtualBox

Ignore:
Timestamp:
Nov 20, 2013 1:58:46 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90786
Message:

newer gcc versions require a space between literal and identifier

Location:
trunk/src/VBox/Devices/Network/lwip-new/src/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/ip4_addr.h

    r47886 r49586  
    211211
    212212#define ip_addr_debug_print(debug, ipaddr) \
    213   LWIP_DEBUGF(debug, ("%"U16_F".%"U16_F".%"U16_F".%"U16_F,             \
     213  LWIP_DEBUGF(debug, ("%" U16_F ".%" U16_F ".%" U16_F ".%" U16_F,      \
    214214                      ipaddr != NULL ? ip4_addr1_16(ipaddr) : 0,       \
    215215                      ipaddr != NULL ? ip4_addr2_16(ipaddr) : 0,       \
  • trunk/src/VBox/Devices/Network/lwip-new/src/include/ipv6/lwip/ip6_addr.h

    r47886 r49586  
    261261
    262262#define ip6_addr_debug_print(debug, ipaddr) \
    263   LWIP_DEBUGF(debug, ("%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F":%"X16_F, \
     263  LWIP_DEBUGF(debug, ("%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F, \
    264264                      ipaddr != NULL ? IP6_ADDR_BLOCK1(ipaddr) : 0,    \
    265265                      ipaddr != NULL ? IP6_ADDR_BLOCK2(ipaddr) : 0,    \
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette