]> git.eshelyaron.com Git - emacs.git/commitdiff
(DONT_REOPEN_PTY): New definition.
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 Jun 1996 20:14:44 +0000 (20:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 Jun 1996 20:14:44 +0000 (20:14 +0000)
src/s/freebsd.h

index 9a32b9bf57df98bc3c320a4c03a8185ac226d9bd..ecfa869593fb3b4e7b1f7c9b71ba4b3ec953b39f 100644 (file)
@@ -92,3 +92,8 @@
 /* Needed to avoid hanging when child process writes an error message
    and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>.  */
 #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