aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorMiles Bader2008-07-17 23:18:58 +0000
committerMiles Bader2008-07-17 23:18:58 +0000
commit08b3caa982199bd7939d9d6877203ada5d0083b5 (patch)
treeeef15d8191132d316d1e1125cb7e2878a4782ca3 /src/s
parent8d59c5ed4480037bcc953bd28a9165990fdd002e (diff)
parent69955d31c4b59034d3429b14ca9f33ea102dde73 (diff)
downloademacs-08b3caa982199bd7939d9d6877203ada5d0083b5.tar.gz
emacs-08b3caa982199bd7939d9d6877203ada5d0083b5.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1339
Diffstat (limited to 'src/s')
-rw-r--r--src/s/darwin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 73b7aade95f..75afe67380c 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -268,7 +268,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
268 268
269/* The following solves the problem that Emacs hangs when evaluating 269/* The following solves the problem that Emacs hangs when evaluating
270 (make-comint "test0" "/nodir/nofile" nil "") when /nodir/nofile 270 (make-comint "test0" "/nodir/nofile" nil "") when /nodir/nofile
271 does not exist. */ 271 does not exist. Also, setsid is not allowed in the vfork child's
272 context as of Darwin 9/Mac OS X 10.5. */
272#undef HAVE_WORKING_VFORK 273#undef HAVE_WORKING_VFORK
273#define vfork fork 274#define vfork fork
274 275