diff options
| author | Paul Eggert | 2001-12-07 05:54:13 +0000 |
|---|---|---|
| committer | Paul Eggert | 2001-12-07 05:54:13 +0000 |
| commit | 23eb7790bd550e0ef4aca302d767b1a1510dd53b (patch) | |
| tree | 6d13bc1da25ec625be7018d7dad1a320512a23d4 | |
| parent | b3561514f631090ea1af4b6a04aaa8790654595d (diff) | |
| download | emacs-23eb7790bd550e0ef4aca302d767b1a1510dd53b.tar.gz emacs-23eb7790bd550e0ef4aca302d767b1a1510dd53b.zip | |
(vfork): Remove #define.
| -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. */ |