Yet another 64 bits warning fix: s/u_int/size_t/.
This commit is contained in:
parent
0b3bf442a1
commit
20c544dbdf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user