From 3b4b1e8afcce742d2dffc9e4263e3a058c1204e0 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 26 Oct 2001 09:38:10 +0000 Subject: BeOS portability. --- src/msgexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/msgexec.c') 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 -- cgit v1.1