more warning fixes

edge.strict_endians
cha0smaster 2005-12-02 17:09:41 +00:00
parent 96e6c64860
commit e47ed2e413
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ typedef struct {
long free_mft;
unsigned int uid;
unsigned int gid;
mode_t fmask;
mode_t dmask;
unsigned int fmask;
unsigned int dmask;
ntfs_fuse_streams_interface streams;
BOOL ro;
BOOL show_sys_files;