aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/unexec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unexec.c b/src/unexec.c
index 7dac7323ff3..fb00c27e54b 100644
--- a/src/unexec.c
+++ b/src/unexec.c
@@ -1067,7 +1067,9 @@ write_segment (new, ptr, end)
1067{ 1067{
1068 register int i, nwrite, ret; 1068 register int i, nwrite, ret;
1069 char buf[80]; 1069 char buf[80];
1070#ifndef USE_CRT_DLL
1070 extern int errno; 1071 extern int errno;
1072#endif
1071 /* This is the normal amount to write at once. 1073 /* This is the normal amount to write at once.
1072 It is the size of block that NFS uses. */ 1074 It is the size of block that NFS uses. */
1073 int writesize = 1 << 13; 1075 int writesize = 1 << 13;