diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 6770a5ed884..0c440371628 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -2233,7 +2233,7 @@ create_process (Lisp_Object process, char **new_argv, Lisp_Object current_dir) | |||
| 2233 | unblock_input (); | 2233 | unblock_input (); |
| 2234 | 2234 | ||
| 2235 | if (pid < 0) | 2235 | if (pid < 0) |
| 2236 | report_file_errno ("Doing vfork", Qnil, vfork_errno); | 2236 | report_file_errno (CHILD_SETUP_ERROR_DESC, Qnil, vfork_errno); |
| 2237 | else | 2237 | else |
| 2238 | { | 2238 | { |
| 2239 | /* vfork succeeded. */ | 2239 | /* vfork succeeded. */ |