Mercurial > emacs
changeset 6928:a2f4fd22e71f
(create_process): Test TIOCSETD along with NTTYDISC.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 Apr 1994 07:26:19 +0000 |
parents | c9f93ac26d28 |
children | c85f8c33d16b |
files | src/process.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.c Sat Apr 16 07:25:42 1994 +0000 +++ b/src/process.c Sat Apr 16 07:26:19 1994 +0000 @@ -1290,7 +1290,7 @@ setpgrp (); #endif /* USG */ #endif /* not HAVE_SETSID */ -#ifdef NTTYDISC +#if defined (NTTYDISC) || defined (TIOCSETD) if (pty_flag && xforkin >= 0) { /* Use new line discipline. */