[PATCH: libXdmcp 3/4] unifdef Lynx
Alan Coopersmith
alan.coopersmith at oracle.com
Wed May 5 12:47:42 PDT 2010
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
Fill.c | 4 ----
Flush.c | 4 ----
2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/Fill.c b/Fill.c
index dd26d8b..eec2968 100644
--- a/Fill.c
+++ b/Fill.c
@@ -46,11 +46,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 <socket.h>
-#endif /* !Lynx */
#endif
#endif
diff --git a/Flush.c b/Flush.c
index 6a32e7c..07288e5 100644
--- a/Flush.c
+++ b/Flush.c
@@ -46,11 +46,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 <socket.h>
-#endif /* !Lynx */
#endif
#endif
--
1.5.6.5
More information about the xorg-devel
mailing list