diff options
Diffstat (limited to 'os/connection.c')
-rw-r--r-- | os/connection.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/os/connection.c b/os/connection.c index 89795bf77..8e9121bfb 100644 --- a/os/connection.c +++ b/os/connection.c @@ -85,16 +85,11 @@ SOFTWARE. #ifndef WIN32 #include <sys/socket.h> -#ifdef hpux -#include <sys/utsname.h> -#include <sys/ioctl.h> -#endif #if defined(TCPCONN) || defined(STREAMSCONN) # include <netinet/in.h> # include <arpa/inet.h> -# if !defined(hpux) # ifdef apollo # ifndef NO_TCP_H # include <netinet/tcp.h> @@ -105,7 +100,6 @@ SOFTWARE. # endif # include <netinet/tcp.h> # endif -# endif # include <arpa/inet.h> #endif |