diff options
| author | Miles Bader | 2008-07-17 23:18:58 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-07-17 23:18:58 +0000 |
| commit | 08b3caa982199bd7939d9d6877203ada5d0083b5 (patch) | |
| tree | eef15d8191132d316d1e1125cb7e2878a4782ca3 /src/s | |
| parent | 8d59c5ed4480037bcc953bd28a9165990fdd002e (diff) | |
| parent | 69955d31c4b59034d3429b14ca9f33ea102dde73 (diff) | |
| download | emacs-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.h | 3 |
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 | ||