wrowe 00/12/04 15:50:40
Modified: include apr.h.in
Log:
Is it my imagination, or was this badness?
Revision Changes Path
1.55 +1 -1 apr/include/apr.h.in
Index: apr.h.in
===================================================================
RCS file: /home/cvs/apr/include/apr.h.in,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- apr.h.in 2000/12/04 23:42:07 1.54
+++ apr.h.in 2000/12/04 23:50:40 1.55
@@ -209,7 +209,7 @@
#define apr_signal(a,b) signal(a,b)
#endif
-#ifdef APR_HAVE_SYS_WAIT_H
+#if APR_HAVE_SYS_WAIT_H
/* We have a POSIX wait interface */
#include <sys/wait.h>