summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-12-05 20:04:51 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-12-09 17:37:09 -0800
commit3ca545c7835b71b63f8c5a8f758b08418a65a5bb (patch)
tree97a28e1e36051455a3deee2ba49f1fedd15efe09
parent4af9e4a71f7c07da86ef1940cba69e92b11ba337 (diff)
downloadxorg-lib-libSM-3ca545c7835b71b63f8c5a8f758b08418a65a5bb.tar.gz
unifdef -ULynx
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: James Cloos <cloos@jhcloos.com>
-rw-r--r--src/sm_genid.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/sm_genid.c b/src/sm_genid.c
index 0a09276..c6731d8 100644
--- a/src/sm_genid.c
+++ b/src/sm_genid.c
@@ -71,11 +71,7 @@ in this Software without prior written authorization from The Open Group.
#ifndef WIN32
# if defined(TCPCONN) || defined(STREAMSCONN)
-# ifndef Lynx
-# include <sys/socket.h>
-# else
-# include <socket.h>
-# endif
+# include <sys/socket.h>
# include <netinet/in.h>
# include <arpa/inet.h>
# define XOS_USE_NO_LOCKING