[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 [EMACS_22_BASE]
From: |
YAMAMOTO Mitsuharu |
Subject: |
[Emacs-diffs] Changes to emacs/src/s/darwin.h,v [EMACS_22_BASE] |
Date: |
Thu, 17 Jul 2008 09:07:06 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: YAMAMOTO Mitsuharu <mituharu> 08/07/17 09:07:06
Index: darwin.h
===================================================================
RCS file: /sources/emacs/emacs/src/s/darwin.h,v
retrieving revision 1.28.2.3
retrieving revision 1.28.2.4
diff -u -b -r1.28.2.3 -r1.28.2.4
--- darwin.h 2 May 2008 09:39:48 -0000 1.28.2.3
+++ darwin.h 17 Jul 2008 09:07:06 -0000 1.28.2.4
@@ -337,7 +337,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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/s/darwin.h,v [EMACS_22_BASE],
YAMAMOTO Mitsuharu <=