]> git.eshelyaron.com Git - emacs.git/commitdiff
(create_process): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 18 Apr 1994 17:40:25 +0000 (17:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 18 Apr 1994 17:40:25 +0000 (17:40 +0000)
src/process.c

index 8ff0a038638e89510c804a596be1bcfd7e3f6633..191425e98fb640270565df4fd73944af7370295c 100644 (file)
@@ -1290,7 +1290,7 @@ create_process (process, new_argv, current_dir)
        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.  */