VirtualBox

Changeset 27770 in vbox


Ignore:
Timestamp:
Mar 29, 2010 9:33:50 AM (15 years ago)
Author:
vboxsync
Message:

tcp.cpp: no need to special FreeBSD case here I think.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/tcp.cpp

    r27759 r27770  
    3535#ifdef RT_OS_WINDOWS
    3636# include <winsock2.h>
    37 #elif defined(RT_OS_FREEBSD)
     37# include <errno.h>
     38# include <netinet/in.h>
     39# include <netinet/tcp.h>
     40# include <arpa/inet.h>
     41# include <netdb.h>
     42#else
    3843# include <sys/types.h>
    3944# include <sys/socket.h>
     
    4348# include <arpa/inet.h>
    4449# include <netdb.h>
    45 #else /* !RT_OS_FREEBSD */
    46 # include <errno.h>
    47 # include <netinet/in.h>
    48 # include <netinet/tcp.h>
    49 # include <arpa/inet.h>
    50 # include <netdb.h>
    51 #endif /* !RT_OS_FREEBSD */
     50#endif
    5251#include <limits.h>
    5352
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