aboutsummaryrefslogtreecommitdiff
path: root/libmpio/defs.h
diff options
context:
space:
mode:
authorgermeier <germeier>2003-04-27 11:01:26 +0000
committergermeier <germeier>2003-04-27 11:01:26 +0000
commit79e1e41659396335214777f0c237252458dcbfd8 (patch)
tree8d0ade314f7af7da4f9a3a52da8ed5c13f4767f6 /libmpio/defs.h
parentd51007358600010933f05109c9e203e87ea06c47 (diff)
downloadmpiosh-79e1e41659396335214777f0c237252458dcbfd8.tar.gz
mpiosh-79e1e41659396335214777f0c237252458dcbfd8.tar.bz2
mpiosh-79e1e41659396335214777f0c237252458dcbfd8.zip
fixed some C code "things" found with "paranoia" CFLAGS settings
Diffstat (limited to 'libmpio/defs.h')
-rw-r--r--libmpio/defs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libmpio/defs.h b/libmpio/defs.h
index fa9483e..0c1a6c4 100644
--- a/libmpio/defs.h
+++ b/libmpio/defs.h
@@ -1,7 +1,7 @@
/* -*- linux-c -*- */
/*
- * $Id: defs.h,v 1.24 2003/04/23 08:53:23 crunchy Exp $
+ * $Id: defs.h,v 1.25 2003/04/27 11:01:27 germeier Exp $
*
* Library for USB MPIO-*
*
@@ -222,10 +222,10 @@ typedef struct {
int dir_offset;
/* these are needed for internal and external cards */
- int max_cluster; /* # of clusters actually available */
- int fat_size; /* # sectors for FAT */
- int fat_nums; /* # of FATs */
- BYTE * fat; /* *real FAT (like in block allocation :-) */
+ DWORD max_cluster; /* # of clusters actually available */
+ DWORD fat_size; /* # sectors for FAT */
+ DWORD fat_nums; /* # of FATs */
+ BYTE * fat; /* *real FAT (like in block allocation :-) */
/* needed for directory support */
mpio_directory_t *root; /* root directory */