diff --git a/sys/fs/hpfs/hpfs_vfsops.c b/sys/fs/hpfs/hpfs_vfsops.c index a4e1bb87b030..1242e8419ce2 100644 --- a/sys/fs/hpfs/hpfs_vfsops.c +++ b/sys/fs/hpfs/hpfs_vfsops.c @@ -95,7 +95,7 @@ hpfs_mount ( struct nameidata *ndp, struct thread *td ) { - u_int size; + size_t size; int err = 0; struct vnode *devvp; struct hpfs_args args;