Use 'size_t' instead of 'int' for the result of sizeof().
This commit is contained in:
parent
04ca83987d
commit
16eac5b95c
@ -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