mirror of
https://github.com/SwallowOS/xorg_lib_libXdmcp
synced 2025-11-04 22:56:17 +08:00
unifdef Lynx
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
4
Fill.c
4
Fill.c
@@ -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
|
||||||
|
|
||||||
|
|||||||
4
Flush.c
4
Flush.c
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user