diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 2a457313a1c..65cb02156b0 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -61,12 +61,6 @@ static int delete_exited_processes; | |||
| 61 | #undef fwrite | 61 | #undef fwrite |
| 62 | #endif | 62 | #endif |
| 63 | 63 | ||
| 64 | #ifdef TRY_AGAIN | ||
| 65 | #ifndef HAVE_H_ERRNO | ||
| 66 | extern int h_errno; | ||
| 67 | #endif | ||
| 68 | #endif /* TRY_AGAIN */ | ||
| 69 | |||
| 70 | #include <stdio.h> | 64 | #include <stdio.h> |
| 71 | #include <sys/types.h> | 65 | #include <sys/types.h> |
| 72 | #include <sys/stat.h> | 66 | #include <sys/stat.h> |
| @@ -2283,6 +2277,12 @@ extern Lisp_Object Vsystem_name; | |||
| 2283 | #endif /* not VMS */ | 2277 | #endif /* not VMS */ |
| 2284 | #endif /* not BSD4_1 */ | 2278 | #endif /* not BSD4_1 */ |
| 2285 | 2279 | ||
| 2280 | #ifdef TRY_AGAIN | ||
| 2281 | #ifndef HAVE_H_ERRNO | ||
| 2282 | extern int h_errno; | ||
| 2283 | #endif | ||
| 2284 | #endif /* TRY_AGAIN */ | ||
| 2285 | |||
| 2286 | void | 2286 | void |
| 2287 | init_system_name () | 2287 | init_system_name () |
| 2288 | { | 2288 | { |