From 1ca1a3af686820fd6c71e8135cc3db332c52758e Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 7 Nov 2002 22:33:28 +0000 Subject: Third argument to copyinstr() is a pointer to a size_t, not a pointer to a u_int. --- sys/fs/hpfs/hpfs_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/hpfs/hpfs_vfsops.c b/sys/fs/hpfs/hpfs_vfsops.c index a4e1bb8..1242e84 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; -- cgit v1.1