summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:17:24 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:17:24 -0800
commit5ee6bf0c09c9fe56afb5ee35e678bb481671f216 (patch)
tree484f955d2ac094d7e7d8488a7f25ff34e0779f00
parent561f7d92ab0dfa6ac0501aa7696b750587a41f9e (diff)
unifdef Lynx
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--gethost.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gethost.c b/gethost.c
index a83738e..2f5864e 100644
--- a/gethost.c
+++ b/gethost.c
@@ -42,11 +42,7 @@ in this Software without prior written authorization from The Open Group.
#define __TYPES__
#endif
#ifndef WIN32
-#ifndef Lynx
#include <sys/socket.h>
-#else
-#include <socket.h>
-#endif
#include <netdb.h>
#include <netinet/in.h>
#include <arpa/inet.h>