summaryrefslogtreecommitdiff
path: root/os/connection.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-07-23 13:43:09 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-23 13:43:09 -0400
commit0d785bd635d135fcd67b4c9c88f5c8217e9b9240 (patch)
treecba029e92d1967358eff0cf238bf5d722a43af99 /os/connection.c
parent5035741fd4cb4918957064a8c9ded9c7c31b4e22 (diff)
Unifdef hpux.
Diffstat (limited to 'os/connection.c')
-rw-r--r--os/connection.c6
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