diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-07-17 21:37:50 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-07-17 21:37:50 +0300 |
commit | 446fe9eecddd1337f9d5164dd7c301e1ba3dfe32 (patch) | |
tree | e749fe520d2226df0397a407e7353c065bbc5248 /os/connection.c | |
parent | 0564b5454ac101d9e1218767bbbc2c2d9f3e0696 (diff) |
Dead code removal
Remove a whole bunch of code that was never built, be it entire files or
just dead ifdefs.
Diffstat (limited to 'os/connection.c')
-rw-r--r-- | os/connection.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/os/connection.c b/os/connection.c index 98bb35bcd..021776271 100644 --- a/os/connection.c +++ b/os/connection.c @@ -90,18 +90,6 @@ SOFTWARE. #include <sys/ioctl.h> #endif -#if defined(DGUX) -#include <sys/ioctl.h> -#include <sys/utsname.h> -#include <sys/socket.h> -#include <sys/uio.h> -#include <netinet/in.h> -#include <netinet/tcp.h> -#include <sys/param.h> -#include <unistd.h> -#endif - - #ifdef AIXV3 #include <sys/ioctl.h> #endif @@ -134,11 +122,7 @@ SOFTWARE. #include "dixstruct.h" #include "xace.h" -#ifdef X_NOT_POSIX -#define Pid_t int -#else #define Pid_t pid_t -#endif #ifdef DNETCONN #include <netdnet/dn.h> |