aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-05 19:57:51 +0000
committerGerd Moellmann2000-07-05 19:57:51 +0000
commit026d2a71e31fc7821e8b78addd388ac7a5cf39b1 (patch)
treee3fc9f7d048d441ea0fa0bdf3136f192bb8f93e5
parent21c5a64eb19d18c0b0b6290e691041098c8cfcba (diff)
downloademacs-026d2a71e31fc7821e8b78addd388ac7a5cf39b1.tar.gz
emacs-026d2a71e31fc7821e8b78addd388ac7a5cf39b1.zip
(WAITTYPE, WRETCODE): Put in #if 0.
-rw-r--r--src/s/freebsd.h3
1 files changed, 3 insertions, 0 deletions
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 @@
123#define BSD_SYSTEM 199506 123#define BSD_SYSTEM 199506
124#endif 124#endif
125 125
126#if 0 /* Shouldn't be necessary and produces warnings with the
127 experimental Autoconf test. */
126#define WAITTYPE int 128#define WAITTYPE int
127/* get this since it won't be included if WAITTYPE is defined */ 129/* get this since it won't be included if WAITTYPE is defined */
128#ifdef emacs 130#ifdef emacs
129#include <sys/wait.h> 131#include <sys/wait.h>
130#endif 132#endif
131#define WRETCODE(w) (_W_INT(w) >> 8) 133#define WRETCODE(w) (_W_INT(w) >> 8)
134#endif
132 135
133/* Needed to avoid hanging when child process writes an error message 136/* Needed to avoid hanging when child process writes an error message
134 and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */ 137 and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */