Use 'size_t' instead of 'int' for the result of sizeof().

This commit is contained in:
Robert Watson 2002-10-18 21:03:30 +00:00
parent 04ca83987d
commit 16eac5b95c

View File

@ -337,7 +337,7 @@ ufs_access(ap)
int error;
#ifdef UFS_ACL
struct acl *acl;
int len;
size_t len;
#endif
/*