aboutsummaryrefslogtreecommitdiff
path: root/send+dump/htmsocket.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-04 22:10:41 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-04 22:10:41 +0000
commit4ddc89a36ab33d0b660b7312b9b9f9557e820a78 (patch)
tree7cbd2ca0f5e73f1493e568ce8528946f4421f860 /send+dump/htmsocket.c
parent023de231af8193b25c88d90bcdcea62465eb6e41 (diff)
cleaned up build system, especially for Darwin/MacOS X
svn path=/trunk/externals/OSCx/; revision=1549
Diffstat (limited to 'send+dump/htmsocket.c')
-rw-r--r--send+dump/htmsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/send+dump/htmsocket.c b/send+dump/htmsocket.c
index 1788cc3..a3e3190 100644
--- a/send+dump/htmsocket.c
+++ b/send+dump/htmsocket.c
@@ -62,7 +62,7 @@ University of California, Berkeley.
#include <sys/file.h>
#include <sys/time.h>
#include <sys/types.h>
-#ifndef MACOSX
+#ifndef __APPLE__
#include <sys/prctl.h>
#endif