From 8a2a6032daa218702d62b8d1e12240bda4bfb302 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 11 Dec 2001 22:20:20 +0000 Subject: Test GNU_LINUX, not LINUX. --- src/sysdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sysdep.c') diff --git a/src/sysdep.c b/src/sysdep.c index 28de7dba019..6d0528cb2db 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -245,7 +245,7 @@ static int baud_convert[] = #else #if defined (HAVE_LIBNCURSES) && ! defined (NCURSES_OSPEED_T) #else -#if defined (HAVE_TERMIOS_H) && defined (LINUX) +#if defined (HAVE_TERMIOS_H) && defined (GNU_LINUX) #include #endif #endif @@ -476,7 +476,7 @@ wait_for_termination (pid) break; wait (0); #else /* neither BSD_SYSTEM nor UNIPLUS: random sysV */ -#ifdef POSIX_SIGNALS /* would this work for LINUX as well? */ +#ifdef POSIX_SIGNALS /* would this work for GNU/Linux as well? */ sigblock (sigmask (SIGCHLD)); errno = 0; if (kill (pid, 0) == -1 && errno == ESRCH) -- cgit v1.2.1