diff src/process.c @ 6928:a2f4fd22e71f

(create_process): Test TIOCSETD along with NTTYDISC.
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Apr 1994 07:26:19 +0000
parents bcaddbe53068
children c5f990fad6bb
line wrap: on
line diff
--- a/src/process.c	Sat Apr 16 07:25:42 1994 +0000
+++ b/src/process.c	Sat Apr 16 07:26:19 1994 +0000
@@ -1290,7 +1290,7 @@
 	setpgrp ();
 #endif /* USG */
 #endif /* not HAVE_SETSID */
-#ifdef NTTYDISC
+#if defined (NTTYDISC) || defined (TIOCSETD)
 	if (pty_flag && xforkin >= 0)
 	  {
 	    /* Use new line discipline.  */