Mercurial > emacs
changeset 30082:0a8fd2579cb5
(WAITTYPE, WRETCODE): Put in #if 0.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 05 Jul 2000 19:57:51 +0000 |
parents | 60dfd5c7304c |
children | 998d20abc885 |
files | src/s/freebsd.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/freebsd.h Wed Jul 05 19:57:41 2000 +0000 +++ b/src/s/freebsd.h Wed Jul 05 19:57:51 2000 +0000 @@ -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 <sys/wait.h> #endif #define WRETCODE(w) (_W_INT(w) >> 8) +#endif /* Needed to avoid hanging when child process writes an error message and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */