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:
parent
31c5ee7bb7
commit
aafadd9f17
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue