From: Richard M. Stallman Date: Mon, 18 Apr 1994 17:40:25 +0000 (+0000) Subject: (create_process): Fix previous change. X-Git-Tag: emacs-19.34~8906 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aafadd9f1795268ffbccdff265ac105c599fb402;p=emacs.git (create_process): Fix previous change. --- diff --git a/src/process.c b/src/process.c index 8ff0a038638..191425e98fb 100644 --- a/src/process.c +++ b/src/process.c @@ -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. */