diff options
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index bb143207758..fad6e3c80d7 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -3379,7 +3379,7 @@ dissociate_if_controlling_tty (int fd) | |||
| 3379 | EMACS_GET_TTY_PGRP (fd, &pgid); /* If tcgetpgrp succeeds, fd is the ctty. */ | 3379 | EMACS_GET_TTY_PGRP (fd, &pgid); /* If tcgetpgrp succeeds, fd is the ctty. */ |
| 3380 | if (pgid != -1) | 3380 | if (pgid != -1) |
| 3381 | { | 3381 | { |
| 3382 | #if defined (USG) && !defined (BSD_PGRPS) | 3382 | #if defined (USG) |
| 3383 | setpgrp (); | 3383 | setpgrp (); |
| 3384 | no_controlling_tty = 1; | 3384 | no_controlling_tty = 1; |
| 3385 | #elif defined (CYGWIN) | 3385 | #elif defined (CYGWIN) |