diff options
Diffstat (limited to 'src/sysdep.c')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index bc4dc91509f..1a3834f0379 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -453,7 +453,7 @@ sys_subshell (void) | |||
| 453 | int st; | 453 | int st; |
| 454 | char oldwd[MAXPATHLEN+1]; /* Fixed length is safe on MSDOS. */ | 454 | char oldwd[MAXPATHLEN+1]; /* Fixed length is safe on MSDOS. */ |
| 455 | #endif | 455 | #endif |
| 456 | int pid; | 456 | pid_t pid; |
| 457 | struct save_signal saved_handlers[5]; | 457 | struct save_signal saved_handlers[5]; |
| 458 | Lisp_Object dir; | 458 | Lisp_Object dir; |
| 459 | unsigned char *volatile str_volatile = 0; | 459 | unsigned char *volatile str_volatile = 0; |