diff options
Diffstat (limited to 'src/unexec.c')
| -rw-r--r-- | src/unexec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/unexec.c b/src/unexec.c index 6cb27b35c36..1a27db1232d 100644 --- a/src/unexec.c +++ b/src/unexec.c | |||
| @@ -466,9 +466,6 @@ write_segment (new, ptr, end) | |||
| 466 | { | 466 | { |
| 467 | register int i, nwrite, ret; | 467 | register int i, nwrite, ret; |
| 468 | char buf[80]; | 468 | char buf[80]; |
| 469 | #ifndef USE_CRT_DLL | ||
| 470 | extern int errno; | ||
| 471 | #endif | ||
| 472 | /* This is the normal amount to write at once. | 469 | /* This is the normal amount to write at once. |
| 473 | It is the size of block that NFS uses. */ | 470 | It is the size of block that NFS uses. */ |
| 474 | int writesize = 1 << 13; | 471 | int writesize = 1 << 13; |