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 87697342b11..4c2fa5d7c00 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1282,7 +1282,7 @@ create_process (process, new_argv, current_dir) | |||
| 1282 | int j = open ("/dev/tty", O_RDWR, 0); | 1282 | int j = open ("/dev/tty", O_RDWR, 0); |
| 1283 | ioctl (j, TIOCNOTTY, 0); | 1283 | ioctl (j, TIOCNOTTY, 0); |
| 1284 | close (j); | 1284 | close (j); |
| 1285 | #if !defined (USG) || defined (IRIX) | 1285 | #ifndef USG |
| 1286 | /* In order to get a controlling terminal on some versions | 1286 | /* In order to get a controlling terminal on some versions |
| 1287 | of BSD, it is necessary to put the process in pgrp 0 | 1287 | of BSD, it is necessary to put the process in pgrp 0 |
| 1288 | before it opens the terminal. */ | 1288 | before it opens the terminal. */ |