diff options
author | Mathieu BĂ©rard <mathieu.berard@crans.org> | 2008-07-17 11:59:24 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-17 11:59:24 -0400 |
commit | 47833eef35b20a2eb0a74782edbb0877fd491c4c (patch) | |
tree | aaec5b3d232640f4d1ec97148beda8de4e4dcdb2 /os/connection.c | |
parent | af2138bfce34a28312b26106eaf9561d96712ee0 (diff) |
Drop a bunch of #ifdef Lynx.
Diffstat (limited to 'os/connection.c')
-rw-r--r-- | os/connection.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/os/connection.c b/os/connection.c index ba1604490..98bb35bcd 100644 --- a/os/connection.c +++ b/os/connection.c @@ -83,11 +83,7 @@ SOFTWARE. #include <stdlib.h> #ifndef WIN32 -#if defined(Lynx) -#include <socket.h> -#else #include <sys/socket.h> -#endif #ifdef hpux #include <sys/utsname.h> @@ -128,11 +124,8 @@ SOFTWARE. # include <arpa/inet.h> #endif -#ifndef Lynx #include <sys/uio.h> -#else -#include <uio.h> -#endif + #endif /* WIN32 */ #include "misc.h" /* for typedef of pointer */ #include "osdep.h" |