summaryrefslogtreecommitdiffstats
path: root/src/msgexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/msgexec.c')
-rw-r--r--src/msgexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msgexec.c b/src/msgexec.c
index 9adada2..4d50336 100644
--- a/src/msgexec.c
+++ b/src/msgexec.c
@@ -63,7 +63,7 @@
looping while waiting for the child. Not good.) */
/* On BeOS select() works only on sockets, not on normal file descriptors. */
-#ifdef __BeOS__
+#ifdef __BEOS__
# undef HAVE_SELECT
#endif