From: Gerd Moellmann Date: Wed, 5 Jul 2000 19:57:51 +0000 (+0000) Subject: (WAITTYPE, WRETCODE): Put in #if 0. X-Git-Tag: emacs-pretest-21.0.90~2943 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=026d2a71e31fc7821e8b78addd388ac7a5cf39b1;p=emacs.git (WAITTYPE, WRETCODE): Put in #if 0. --- 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 . */