# HG changeset patch # User Richard M. Stallman # Date 834351284 0 # Node ID 179cd20f2f8aeff9bad42ca1f4e24960c9d1e564 # Parent 32ab7b623b9bfa2cd1554641388b65f728876f56 (DONT_REOPEN_PTY): New definition. diff -r 32ab7b623b9b -r 179cd20f2f8a src/s/freebsd.h --- a/src/s/freebsd.h Sun Jun 09 19:12:26 1996 +0000 +++ b/src/s/freebsd.h Sun Jun 09 20:14:44 1996 +0000 @@ -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