From aafadd9f1795268ffbccdff265ac105c599fb402 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 18 Apr 1994 17:40:25 +0000 Subject: [PATCH] (create_process): Fix previous change. --- src/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) setpgrp (); #endif /* USG */ #endif /* not HAVE_SETSID */ -#if defined (NTTYDISC) || defined (TIOCSETD) +#if defined (NTTYDISC) && defined (TIOCSETD) if (pty_flag && xforkin >= 0) { /* Use new line discipline. */ -- 2.39.5