# HG changeset patch # User Paul Eggert # Date 1007704453 0 # Node ID 2ebb399b7fb3c3b78abcbea5599042b472bbc925 # Parent 8ef6f1ac6729ab3e057e2775c1397dda88303e44 (vfork): Remove #define. diff -r 8ef6f1ac6729 -r 2ebb399b7fb3 src/s/freebsd.h --- a/src/s/freebsd.h Fri Dec 07 05:53:45 2001 +0000 +++ b/src/s/freebsd.h Fri Dec 07 05:54:13 2001 +0000 @@ -154,10 +154,6 @@ #define WRETCODE(w) (_W_INT(w) >> 8) #endif -/* Needed to avoid hanging when child process writes an error message - and exits -- enami tsugutomo . */ -#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. */