From: Paul Eggert Date: Fri, 7 Dec 2001 05:54:13 +0000 (+0000) Subject: (vfork): Remove #define. X-Git-Tag: ttn-vms-21-2-B4~17870 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23eb7790bd550e0ef4aca302d767b1a1510dd53b;p=emacs.git (vfork): Remove #define. --- 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. */ #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. */