(create_process): Fix previous change.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user