[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/process.c,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/process.c,v |
Date: |
Sun, 27 Jul 2008 18:25:10 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/27 18:24:49
Index: src/process.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/process.c,v
retrieving revision 1.552
retrieving revision 1.553
diff -u -b -r1.552 -r1.553
--- src/process.c 20 Jul 2008 13:03:54 -0000 1.552
+++ src/process.c 27 Jul 2008 18:24:46 -0000 1.553
@@ -7268,7 +7268,7 @@
}
#endif /* HAVE_SOCKETS */
-#if defined (DARWIN) || defined (MAC_OSX)
+#if defined (DARWIN)
/* PTYs are broken on Darwin < 6, but are sometimes useful for interactive
processes. As such, we only change the default value. */
if (initialized)
- [Emacs-diffs] Changes to emacs/src/process.c,v, Dan Nicolaescu, 2008/07/12
- [Emacs-diffs] Changes to emacs/src/process.c,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/process.c,v, Dan Nicolaescu, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/process.c,v, Miles Bader, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/process.c,v, Dan Nicolaescu, 2008/07/20
- [Emacs-diffs] Changes to emacs/src/process.c,v,
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/src/process.c,v, Dan Nicolaescu, 2008/07/31