summaryrefslogtreecommitdiffstats
path: root/ProcessUNIX.c
diff options
context:
space:
mode:
Diffstat (limited to 'ProcessUNIX.c')
-rw-r--r--ProcessUNIX.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ProcessUNIX.c b/ProcessUNIX.c
index 1992211..83838af 100644
--- a/ProcessUNIX.c
+++ b/ProcessUNIX.c
@@ -63,10 +63,6 @@ do.
#include <dirent.h> /* DIR, dirent */
#include <ctype.h> /* isspace */
-#ifdef __HAIKU__
-#undef __BEOS__
-#endif
-
#if defined(__VMS)
# define KWSYSPE_VMS_NONBLOCK , O_NONBLOCK
#else