diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index c9718e7fa04..3b63a271870 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -527,7 +527,7 @@ child_setup (in, out, err, new_argv, set_pgrp, current_dir) | |||
| 527 | #else /* not MSDOS */ | 527 | #else /* not MSDOS */ |
| 528 | char **env; | 528 | char **env; |
| 529 | 529 | ||
| 530 | register int pid = getpid (); | 530 | int pid = getpid (); |
| 531 | 531 | ||
| 532 | { | 532 | { |
| 533 | extern int emacs_priority; | 533 | extern int emacs_priority; |