(create_process): Use SETUP_SLAVE_PTY only if pty_flag.

This commit is contained in:
Richard M. Stallman 1994-04-24 03:06:55 +00:00
parent 8a9e86e647
commit 13a72104de

View file

@ -1349,7 +1349,10 @@ create_process (process, new_argv, current_dir)
}
#endif /* not UNIPLUS and not RTU */
#ifdef SETUP_SLAVE_PTY
SETUP_SLAVE_PTY;
if (pty_flag)
{
SETUP_SLAVE_PTY;
}
#endif /* SETUP_SLAVE_PTY */
#ifdef AIX
/* On AIX, we've disabled SIGHUP above once we start a child on a pty.