aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2001-12-07 05:54:13 +0000
committerPaul Eggert <[email protected]>2001-12-07 05:54:13 +0000
commit23eb7790bd550e0ef4aca302d767b1a1510dd53b (patch)
tree6d13bc1da25ec625be7018d7dad1a320512a23d4 /src/s
parentb3561514f631090ea1af4b6a04aaa8790654595d (diff)
(vfork): Remove #define.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/freebsd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index 5bb75cc227..b42930b7aa 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -154,10 +154,6 @@ Boston, MA 02111-1307, USA. */
#define WRETCODE(w) (_W_INT(w) >> 8)
#endif
-/* Needed to avoid hanging when child process writes an error message
- and exits -- enami tsugutomo <[email protected]>. */
-#define vfork fork
-
/* Don't close pty in process.c to make it as controlling terminal.
It is already a controlling terminal of subprocess, because we did
ioctl TIOCSCTTY. */