diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 12:22:09 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 12:22:09 -0800 |
commit | bac7adac9a9865ef736589863ad144d4172585e1 (patch) | |
tree | d378bde91f26fc7f7782599d731391c822948be8 | |
parent | 1f7b4edf09faa5ca8088745c0ad94a01c63043cd (diff) |
unifdef Lynx
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/fc/fsio.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fc/fsio.c b/src/fc/fsio.c index a5fe5b0..3be2463 100644 --- a/src/fc/fsio.c +++ b/src/fc/fsio.c @@ -50,11 +50,7 @@ #include <signal.h> #include <sys/types.h> #if !defined(WIN32) -#ifndef Lynx #include <sys/socket.h> -#else -#include <socket.h> -#endif #endif #include <errno.h> #ifdef WIN32 |