[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/sysdep.c
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/sysdep.c |
Date: |
Tue, 11 Dec 2001 17:19:13 -0500 |
Index: emacs/src/sysdep.c
diff -c emacs/src/sysdep.c:1.227 emacs/src/sysdep.c:1.228
*** emacs/src/sysdep.c:1.227 Mon Nov 19 09:47:58 2001
--- emacs/src/sysdep.c Tue Dec 11 17:19:13 2001
***************
*** 245,251 ****
#else
#if defined (HAVE_LIBNCURSES) && ! defined (NCURSES_OSPEED_T)
#else
! #if defined (HAVE_TERMIOS_H) && defined (LINUX)
#include <termios.h>
#endif
#endif
--- 245,251 ----
#else
#if defined (HAVE_LIBNCURSES) && ! defined (NCURSES_OSPEED_T)
#else
! #if defined (HAVE_TERMIOS_H) && defined (GNU_LINUX)
#include <termios.h>
#endif
#endif
***************
*** 476,482 ****
break;
wait (0);
#else /* neither BSD_SYSTEM nor UNIPLUS: random sysV */
! #ifdef POSIX_SIGNALS /* would this work for LINUX as well? */
sigblock (sigmask (SIGCHLD));
errno = 0;
if (kill (pid, 0) == -1 && errno == ESRCH)
--- 476,482 ----
break;
wait (0);
#else /* neither BSD_SYSTEM nor UNIPLUS: random sysV */
! #ifdef POSIX_SIGNALS /* would this work for GNU/Linux as well? */
sigblock (sigmask (SIGCHLD));
errno = 0;
if (kill (pid, 0) == -1 && errno == ESRCH)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/sysdep.c,
Richard M. Stallman <=