diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 1290 | setpgrp (); | 1290 | setpgrp (); |
| 1291 | #endif /* USG */ | 1291 | #endif /* USG */ |
| 1292 | #endif /* not HAVE_SETSID */ | 1292 | #endif /* not HAVE_SETSID */ |
| 1293 | #if defined (NTTYDISC) || defined (TIOCSETD) | 1293 | #if defined (NTTYDISC) && defined (TIOCSETD) |
| 1294 | if (pty_flag && xforkin >= 0) | 1294 | if (pty_flag && xforkin >= 0) |
| 1295 | { | 1295 | { |
| 1296 | /* Use new line discipline. */ | 1296 | /* Use new line discipline. */ |