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/tcp.h

    r1033 r1076  
    5959        tcp_seq th_seq;                 /* sequence number */
    6060        tcp_seq th_ack;                 /* acknowledgement number */
    61 #ifdef VBOX
    6261/*
    6362 * bitfield types must be u_int8_t for MSVC, otherwise it will use a full dword (for u_int)
    6463 */
    65 #endif
    6664#ifdef WORDS_BIGENDIAN
    6765        u_int   th_off:4,               /* data offset */
     
    180178#define TCP_ISSINCR     (125*1024)      /* increment for tcp_iss each second */
    181179
    182 #ifndef VBOX
    183 extern tcp_seq tcp_iss;                /* tcp initial send seq # */
    184 #endif /* !VBOX */
    185180
    186 #ifdef VBOX
    187181extern const char * const tcpstates[];
    188 #else /* !VBOX */
    189 extern char *tcpstates[];
    190 #endif /* !VBOX */
    191182
    192183#endif
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