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
commit294557da320a40266e7bfa7dde2cc5963a802f6c (patch)
tree923045f42579f156ca9b4e35d953493b14cb856e /dir.c
parent6e14bcac7223876d7ec4427a6089ed0c47e3f2d7 (diff)
downloadmake-294557da320a40266e7bfa7dde2cc5963a802f6c.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 832b5622..98b3bb1a 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))