summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 11:58:02 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 12:05:49 -0800
commit35b7b4157770c2b32b957d725efd26fa03849423 (patch)
treed615c33a3a0a434e9eba5f66c35058ebf6e1fff9
parent213ad6310a875cf3c4927b37d4001dc4733de239 (diff)
unifdef NCD
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/FSConnServ.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/FSConnServ.c b/src/FSConnServ.c
index e2c1ab8..a897568 100644
--- a/src/FSConnServ.c
+++ b/src/FSConnServ.c
@@ -55,9 +55,6 @@ in this Software without prior written authorization from The Open Group.
#include "FSlibint.h"
#include <stdio.h>
#include "X11/Xpoll.h"
-#ifdef NCD
-#include <fcntl.h>
-#endif
#ifdef WIN32
#define ECHECK(err) (WSAGetLastError() == err)
#else