diff options
Diffstat (limited to 'win32/mingw.c')
-rw-r--r-- | win32/mingw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/mingw.c b/win32/mingw.c index 01e7f072a..ebdcdee26 100644 --- a/win32/mingw.c +++ b/win32/mingw.c | |||
@@ -913,7 +913,8 @@ int mingw_access(const char *name, int mode) | |||
913 | { | 913 | { |
914 | int ret; | 914 | int ret; |
915 | struct stat s; | 915 | struct stat s; |
916 | int fd, n, offset, sig; | 916 | int fd, n, sig; |
917 | unsigned int offset; | ||
917 | unsigned char buf[1024]; | 918 | unsigned char buf[1024]; |
918 | 919 | ||
919 | /* Windows can only handle test for existence, read or write */ | 920 | /* Windows can only handle test for existence, read or write */ |