emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Sat, 09 Feb 2008 18:03:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/02/09 18:03:11

Index: src/keyboard.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keyboard.c,v
retrieving revision 1.943
retrieving revision 1.944
diff -u -b -r1.943 -r1.944
--- src/keyboard.c      8 Feb 2008 16:22:35 -0000       1.943
+++ src/keyboard.c      9 Feb 2008 18:03:08 -0000       1.944
@@ -7255,7 +7255,7 @@
          Jeffrey Honig <address@hidden> says this is generally safe. */
       if (nread == -1 && errno == EIO)
         return -2;          /* Close this terminal. */
-#if defined (AIX) && (! defined (aix386) && defined (_BSD))
+#if defined (AIX) && defined (_BSD)
       /* The kernel sometimes fails to deliver SIGHUP for ptys.
          This looks incorrect, but it isn't, because _BSD causes
          O_NDELAY to be defined in fcntl.h as O_NONBLOCK,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]