diff options
| author | Richard M. Stallman | 1994-04-16 07:26:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-16 07:26:19 +0000 |
| commit | 5029e0e01626afa2baca4097cbf5c27b6f0317d4 (patch) | |
| tree | 7e93866b4521740ae434747d21870a32f08eaa84 /src/process.c | |
| parent | 3bdaa06a920f0e46b2478e0afc8e08f8c6925156 (diff) | |
| download | emacs-5029e0e01626afa2baca4097cbf5c27b6f0317d4.tar.gz emacs-5029e0e01626afa2baca4097cbf5c27b6f0317d4.zip | |
(create_process): Test TIOCSETD along with NTTYDISC.
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 cae87bfcf1e..8ff0a038638 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 | #ifdef NTTYDISC | 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. */ |