VirtualBox

Changeset 50106 in vbox


Ignore:
Timestamp:
Jan 20, 2014 4:05:54 AM (11 years ago)
Author:
vboxsync
Message:

G/c temporary local redefinitions of DPRINTF*.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/pxping.c

    r50105 r50106  
    3434#include "lwip/ip.h"
    3535#include "lwip/icmp.h"
    36 
    37 #if 1 /* XXX: force debug for now */
    38 #undef  DPRINTF0
    39 #undef  DPRINTF
    40 #undef  DPRINTF1
    41 #undef  DPRINTF2
    42 #define DPRINTF0(args) do { printf args; } while (0)
    43 #define DPRINTF(args)  do { printf args; } while (0)
    44 #define DPRINTF1(args) do { printf args; } while (0)
    45 #define DPRINTF2(args) do { printf args; } while (0)
    46 #endif
    4736
    4837#if defined(RT_OS_LINUX) && !defined(__USE_GNU)
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