Yet another 64 bits warning fix: s/u_int/size_t/.

This commit is contained in:
Maxime Henrion 2002-10-06 12:07:58 +00:00
parent 0b3bf442a1
commit 20c544dbdf

View File

@ -96,7 +96,7 @@ umapfs_mount(mp, path, data, ndp, td)
struct vnode *lowerrootvp, *vp;
struct vnode *umapm_rootvp;
struct umap_mount *amp;
u_int size;
size_t size;
int error;
#ifdef DEBUG
int i;