unifdef Lynx

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Alan Coopersmith
2010-04-29 19:57:46 -07:00
parent 5ea80e3080
commit 110078a137
2 changed files with 0 additions and 8 deletions

4
Fill.c
View File

@@ -46,11 +46,7 @@ in this Software without prior written authorization from The Open Group.
#ifdef WIN32 #ifdef WIN32
#include <X11/Xwinsock.h> #include <X11/Xwinsock.h>
#else #else
#ifndef Lynx
#include <sys/socket.h> #include <sys/socket.h>
#else
#include <socket.h>
#endif /* !Lynx */
#endif #endif
#endif #endif

View File

@@ -46,11 +46,7 @@ in this Software without prior written authorization from The Open Group.
#ifdef WIN32 #ifdef WIN32
#include <X11/Xwinsock.h> #include <X11/Xwinsock.h>
#else #else
#ifndef Lynx
#include <sys/socket.h> #include <sys/socket.h>
#else
#include <socket.h>
#endif /* !Lynx */
#endif #endif
#endif #endif