summaryrefslogtreecommitdiffstats
path: root/src/msgexec.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-10-26 09:38:10 +0000
committerBruno Haible <bruno@clisp.org>2001-10-26 09:38:10 +0000
commit3b4b1e8afcce742d2dffc9e4263e3a058c1204e0 (patch)
tree2861bb430180fa2616bcb8597a207e6469d91746 /src/msgexec.c
parent57650188f856420a53bcd2e63f5236f138a98806 (diff)
downloadexternal_gettext-3b4b1e8afcce742d2dffc9e4263e3a058c1204e0.zip
external_gettext-3b4b1e8afcce742d2dffc9e4263e3a058c1204e0.tar.gz
external_gettext-3b4b1e8afcce742d2dffc9e4263e3a058c1204e0.tar.bz2
BeOS portability.
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