summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:30:14 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:30:14 -0800
commitc85d4dd1eca410bd1b97823ebde88de85a665ca7 (patch)
tree9e1b4fb4b7fd92789904a8a1fcb6b36d1d60ee4a
parente0c9afd60eaa2209930e7a93f1d27d219a790e80 (diff)
unifdef Lynx
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/CvtStdSel.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/CvtStdSel.c b/src/CvtStdSel.c
index b08291b..9c017c4 100644
--- a/src/CvtStdSel.c
+++ b/src/CvtStdSel.c
@@ -47,12 +47,7 @@ in this Software without prior written authorization from The Open Group.
#ifdef WIN32
#include <X11/Xwinsock.h>
#else
-#ifndef Lynx
#include <sys/socket.h>
-#else
-#include <sys/types.h>
-#include <socket.h>
-#endif
#define XOS_USE_XT_LOCKING
#endif
#include <X11/Xos_r.h>