summaryrefslogtreecommitdiffstats
path: root/src
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
parent57650188f856420a53bcd2e63f5236f138a98806 (diff)
downloadexternal_gettext-3b4b1e8afcce742d2dffc9e4263e3a058c1204e0.zip
external_gettext-3b4b1e8afcce742d2dffc9e4263e3a058c1204e0.tar.gz
external_gettext-3b4b1e8afcce742d2dffc9e4263e3a058c1204e0.tar.bz2
BeOS portability.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/msgexec.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b9f5320..c67051e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
2001-10-21 Bruno Haible <haible@clisp.cons.org>
+ * msgexec.c [BeOS]: Fix #ifdef conditional.
+
+2001-10-21 Bruno Haible <haible@clisp.cons.org>
+
* read-java.c (execute_and_read_po_output): Return false, not 0.
2001-10-11 Bruno Haible <haible@clisp.cons.org>
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