From 026d2a71e31fc7821e8b78addd388ac7a5cf39b1 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 5 Jul 2000 19:57:51 +0000 Subject: [PATCH] (WAITTYPE, WRETCODE): Put in #if 0. --- src/s/freebsd.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 26a41c66b9f..057697db1db 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -123,12 +123,15 @@ #define BSD_SYSTEM 199506 #endif +#if 0 /* Shouldn't be necessary and produces warnings with the + experimental Autoconf test. */ #define WAITTYPE int /* get this since it won't be included if WAITTYPE is defined */ #ifdef emacs #include #endif #define WRETCODE(w) (_W_INT(w) >> 8) +#endif /* Needed to avoid hanging when child process writes an error message and exits -- enami tsugutomo . */ -- 2.39.2