Fix warnings on FreeBSD

edge.strict_endians
cha0smaster 2005-11-30 16:58:03 +00:00
parent 3001c88d64
commit 77fb717ef3
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ typedef struct {
int state;
long free_clusters;
long free_mft;
uid_t uid;
gid_t gid;
unsigned int uid;
unsigned int gid;
mode_t fmask;
mode_t dmask;
ntfs_fuse_streams_interface streams;