From: Richard M. Stallman Date: Sun, 9 Jun 1996 20:14:44 +0000 (+0000) Subject: (DONT_REOPEN_PTY): New definition. X-Git-Tag: emacs-19.34~495 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b68f1a63fe249a5f5dc182d869625971838ddbd9;p=emacs.git (DONT_REOPEN_PTY): New definition. --- diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 9a32b9bf57d..ecfa869593f 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -92,3 +92,8 @@ /* 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. */ +#define DONT_REOPEN_PTY