VirtualBox

Ignore:
Timestamp:
Feb 27, 2007 1:24:42 PM (18 years ago)
Author:
vboxsync
Message:

Removed tons of ifdef VBOX conditionals to make slirp readable again

File:
1 edited

Legend:

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

    r1033 r1076  
    7272#define DHCPREQUEST             3
    7373#define DHCPACK                 5
    74 #ifdef VBOX
    7574#define DHCPRELEASE             7
    76 #endif /* VBOX */
    7775
    7876#define RFC1533_VENDOR_MAJOR    0
     
    114112};
    115113
    116 #ifdef VBOX
    117114void bootp_input(PNATState, struct mbuf *m);
    118 #else /* !VBOX */
    119 void bootp_input(struct mbuf *m);
    120 #endif /* !VBOX */
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