summaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2005-06-27 15:40:56 +0000
committerPaul Smith <psmith@gnu.org>2005-06-27 15:40:56 +0000
commitb581e1350fefab3c625b0f08078017d05f9578d3 (patch)
tree923045f42579f156ca9b4e35d953493b14cb856e /dir.c
parenta36cfed31acd1a62f0d9f383c0c0de0c2f946d28 (diff)
downloadgunmake-b581e1350fefab3c625b0f08078017d05f9578d3.tar.gz
Fixes for some Windows/MSC compile issues.
wget command line option seems to have changed?
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dir.c b/dir.c
index 832b562..98b3bb1 100644
--- a/dir.c
+++ b/dir.c
@@ -415,9 +415,9 @@ find_directory (char *name)
char* w32_path;
char fs_label[BUFSIZ];
char fs_type[BUFSIZ];
- long fs_serno;
- long fs_flags;
- long fs_len;
+ unsigned long fs_serno;
+ unsigned long fs_flags;
+ unsigned long fs_len;
#endif
#ifdef VMS
if ((*name == '.') && (*(name+1) == 0))