Use 'size_t' instead of 'int' for the result of sizeof().
This commit is contained in:
parent
d5559b1c62
commit
749729a702
@ -337,7 +337,7 @@ ufs_access(ap)
|
||||
int error;
|
||||
#ifdef UFS_ACL
|
||||
struct acl *acl;
|
||||
int len;
|
||||
size_t len;
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user