VirtualBox

Changeset 55992 in vbox


Ignore:
Timestamp:
May 21, 2015 4:25:25 AM (10 years ago)
Author:
vboxsync
Message:

lwip: Drop "l" (ell) length modifier from U32_F and friends. This
will do for now, though the right thing to do would be to use PRI*
macros, but it's a bit of a portability mess.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/lwipopts.h

    r53624 r55992  
    163163#define S16_F "hd"
    164164#define X16_F "hx"
    165 #define U32_F "lu"
    166 #define S32_F "ld"
    167 #define X32_F "lx"
     165#define U32_F "u"
     166#define S32_F "d"
     167#define X32_F "x"
    168168
    169169/* Redirect libc memory alloc functions to IPRT. */
  • trunk/src/VBox/NetworkServices/NAT/lwipopts.h

    r54124 r55992  
    185185#define S16_F "hd"
    186186#define X16_F "hx"
    187 #define U32_F "lu"
    188 #define S32_F "ld"
    189 #define X32_F "lx"
     187#define U32_F "u"
     188#define S32_F "d"
     189#define X32_F "x"
    190190
    191191/* Redirect libc memory alloc functions to IPRT. */
Note: See TracChangeset for help on using the changeset viewer.

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