summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorMathieu BĂ©rard <mathieu.berard@crans.org>2008-07-17 11:59:24 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-17 11:59:24 -0400
commit47833eef35b20a2eb0a74782edbb0877fd491c4c (patch)
treeaaec5b3d232640f4d1ec97148beda8de4e4dcdb2 /Xext
parentaf2138bfce34a28312b26106eaf9561d96712ee0 (diff)
Drop a bunch of #ifdef Lynx.
Diffstat (limited to 'Xext')
-rw-r--r--Xext/mbuf.c2
-rw-r--r--Xext/shm.c5
-rw-r--r--Xext/sync.c2
-rw-r--r--Xext/xvmc.c5
4 files changed, 2 insertions, 12 deletions
diff --git a/Xext/mbuf.c b/Xext/mbuf.c
index ae0ca1771..08b933433 100644
--- a/Xext/mbuf.c
+++ b/Xext/mbuf.c
@@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group.
#include <X11/extensions/multibufst.h>
#include <stdio.h>
-#if !defined(WIN32) && !defined(Lynx)
+#if !defined(WIN32)
#include <sys/time.h>
#endif
diff --git a/Xext/shm.c b/Xext/shm.c
index 00e296daa..52e477fac 100644
--- a/Xext/shm.c
+++ b/Xext/shm.c
@@ -34,13 +34,8 @@ in this Software without prior written authorization from The Open Group.
#endif
#include <sys/types.h>
-#ifndef Lynx
#include <sys/ipc.h>
#include <sys/shm.h>
-#else
-#include <ipc.h>
-#include <shm.h>
-#endif
#include <unistd.h>
#include <sys/stat.h>
#define NEED_REPLIES
diff --git a/Xext/sync.c b/Xext/sync.c
index ce047024f..63f6fa2aa 100644
--- a/Xext/sync.c
+++ b/Xext/sync.c
@@ -72,7 +72,7 @@ PERFORMANCE OF THIS SOFTWARE.
#include <X11/extensions/syncstr.h>
#include <stdio.h>
-#if !defined(WIN32) && !defined(Lynx)
+#if !defined(WIN32)
#include <sys/time.h>
#endif
diff --git a/Xext/xvmc.c b/Xext/xvmc.c
index 0c6dbeb91..3a77eb6ea 100644
--- a/Xext/xvmc.c
+++ b/Xext/xvmc.c
@@ -24,14 +24,9 @@
#include "xvmcext.h"
#ifdef HAS_XVMCSHM
-#ifndef Lynx
#include <sys/ipc.h>
#include <sys/types.h>
#include <sys/shm.h>
-#else
-#include <ipc.h>
-#include <shm.h>
-#endif /* Lynx */
#endif /* HAS_XVMCSHM */