summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index af011b3a02..cf244d1eb0 100644
--- a/io.c
+++ b/io.c
@@ -63,7 +63,7 @@ char *strdup();
extern void Init_File _((void));
#ifdef __BEOS__
-# ifdef NOFILE
+# ifndef NOFILE
# define NOFILE (OPEN_MAX)
# endif
#include <net/socket.h>