1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

(create_process): Fix previous change.

This commit is contained in:
Richard M. Stallman 1994-04-18 17:40:25 +00:00
parent 31c5ee7bb7
commit aafadd9f17

View 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. */