summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-29 19:57:46 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-05-05 15:46:20 -0700
commit110078a137915f486a13e0445ee9ba5e1558c081 (patch)
treee63853f705827e82dc2b1df0866875a540689f93
parent5ea80e308026357aeee8b56230e85cb4d2e87631 (diff)
unifdef Lynx
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--Fill.c4
-rw-r--r--Flush.c4
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