diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/freebsd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 5bb75cc2273..b42930b7aa2 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h | |||
| @@ -154,10 +154,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 154 | #define WRETCODE(w) (_W_INT(w) >> 8) | 154 | #define WRETCODE(w) (_W_INT(w) >> 8) |
| 155 | #endif | 155 | #endif |
| 156 | 156 | ||
| 157 | /* Needed to avoid hanging when child process writes an error message | ||
| 158 | and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */ | ||
| 159 | #define vfork fork | ||
| 160 | |||
| 161 | /* Don't close pty in process.c to make it as controlling terminal. | 157 | /* Don't close pty in process.c to make it as controlling terminal. |
| 162 | It is already a controlling terminal of subprocess, because we did | 158 | It is already a controlling terminal of subprocess, because we did |
| 163 | ioctl TIOCSCTTY. */ | 159 | ioctl TIOCSCTTY. */ |