changeset 6947:c5f990fad6bb

(create_process): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 18 Apr 1994 17:40:25 +0000
parents da863741c5b8
children 54b252f540ea
files src/process.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Mon Apr 18 17:39:06 1994 +0000
+++ b/src/process.c	Mon Apr 18 17:40:25 1994 +0000
@@ -1290,7 +1290,7 @@
 	setpgrp ();
 #endif /* USG */
 #endif /* not HAVE_SETSID */
-#if defined (NTTYDISC) || defined (TIOCSETD)
+#if defined (NTTYDISC) && defined (TIOCSETD)
 	if (pty_flag && xforkin >= 0)
 	  {
 	    /* Use new line discipline.  */