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/xdmcp.c | |
parent | af2138bfce34a28312b26106eaf9561d96712ee0 (diff) |
Drop a bunch of #ifdef Lynx.
Diffstat (limited to 'os/xdmcp.c')
-rw-r--r-- | os/xdmcp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/os/xdmcp.c b/os/xdmcp.c index d896c8ba3..ba39284f1 100644 --- a/os/xdmcp.c +++ b/os/xdmcp.c @@ -24,12 +24,8 @@ #include <X11/Xos.h> #if !defined(WIN32) -#ifndef Lynx #include <sys/param.h> #include <sys/socket.h> -#else -#include <socket.h> -#endif #include <netinet/in.h> #include <netdb.h> #endif |