Fix a warning on 64 bits platforms: copyinstr() takes

a size_t *, not an u_int *.
This commit is contained in:
Maxime Henrion 2002-10-06 11:45:22 +00:00
parent a8f15ed745
commit 0b3bf442a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104565

View File

@ -87,7 +87,7 @@ portal_mount(mp, path, data, ndp, td)
struct socket *so;
struct vnode *rvp;
struct portalnode *pn;
u_int size;
size_t size;
int error;
/*