[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/s/darwin.h,v
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/src/s/darwin.h,v |
Date: |
Thu, 17 Jul 2008 23:19:03 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Miles Bader <miles> 08/07/17 23:18:59
Index: s/darwin.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/darwin.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- s/darwin.h 17 Jul 2008 13:57:13 -0000 1.42
+++ s/darwin.h 17 Jul 2008 23:18:58 -0000 1.43
@@ -268,7 +268,8 @@
/* The following solves the problem that Emacs hangs when evaluating
(make-comint "test0" "/nodir/nofile" nil "") when /nodir/nofile
- does not exist. */
+ does not exist. Also, setsid is not allowed in the vfork child's
+ context as of Darwin 9/Mac OS X 10.5. */
#undef HAVE_WORKING_VFORK
#define vfork fork
- [Emacs-diffs] Changes to emacs/src/s/darwin.h,v, Dan Nicolaescu, 2008/07/09
- [Emacs-diffs] Changes to emacs/src/s/darwin.h,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/s/darwin.h,v, Dan Nicolaescu, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/s/darwin.h,v, Adrian Robert, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/s/darwin.h,v, Dan Nicolaescu, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/s/darwin.h,v,
Miles Bader <=
- [Emacs-diffs] Changes to emacs/src/s/darwin.h,v, Dan Nicolaescu, 2008/07/23
- [Emacs-diffs] Changes to emacs/src/s/darwin.h,v, Dan Nicolaescu, 2008/07/23
- [Emacs-diffs] Changes to emacs/src/s/darwin.h,v, Dan Nicolaescu, 2008/07/24
- [Emacs-diffs] Changes to emacs/src/s/darwin.h,v, Dan Nicolaescu, 2008/07/27