diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/freebsd.h | 3 |
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>. */ |