summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-18 21:03:30 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-18 21:03:30 +0000
commit749729a702c7e94c5558018520cb8c4dc535c708 (patch)
tree178cf88499a6b8a81a3e0c4445487a2bdc5183d6 /sys
parentd5559b1c627b49c82811a4651fbe2ca2969749fd (diff)
downloadFreeBSD-src-749729a702c7e94c5558018520cb8c4dc535c708.zip
FreeBSD-src-749729a702c7e94c5558018520cb8c4dc535c708.tar.gz
Use 'size_t' instead of 'int' for the result of sizeof().
Diffstat (limited to 'sys')
-rw-r--r--sys/ufs/ufs/ufs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c
index 29fd55f..47f392a 100644
--- a/sys/ufs/ufs/ufs_vnops.c
+++ b/sys/ufs/ufs/ufs_vnops.c
@@ -337,7 +337,7 @@ ufs_access(ap)
int error;
#ifdef UFS_ACL
struct acl *acl;
- int len;
+ size_t len;
#endif
/*
OpenPOWER on IntegriCloud