summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/ProcessUNIX.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-01-08 13:42:58 (GMT)
committerBrad King <brad.king@kitware.com>2013-01-08 13:42:58 (GMT)
commit6f6afbd69f6ff30ec545ac8bea2ffd99d8cd48fc (patch)
tree00852b14697e747154c79003c49ab759e8e3b085 /Source/kwsys/ProcessUNIX.c
parentc7550d5ef12d8185fad93d581ebd52474ae3d1b0 (diff)
parent495fa24d70ce4c5b594e15cae464af243a127fb8 (diff)
downloadCMake-6f6afbd69f6ff30ec545ac8bea2ffd99d8cd48fc.zip
CMake-6f6afbd69f6ff30ec545ac8bea2ffd99d8cd48fc.tar.gz
CMake-6f6afbd69f6ff30ec545ac8bea2ffd99d8cd48fc.tar.bz2
Merge branch 'upstream-kwsys' into update-kwsys
Diffstat (limited to 'Source/kwsys/ProcessUNIX.c')
-rw-r--r--Source/kwsys/ProcessUNIX.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/kwsys/ProcessUNIX.c b/Source/kwsys/ProcessUNIX.c
index 1992211..83838af 100644
--- a/Source/kwsys/ProcessUNIX.c
+++ b/Source/kwsys/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