Fix a warning on 64 bits platforms: copyinstr() takes
a size_t *, not an u_int *.
This commit is contained in:
parent
a8f15ed745
commit
0b3bf442a1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104565
@ -87,7 +87,7 @@ portal_mount(mp, path, data, ndp, td)
|
|||||||
struct socket *so;
|
struct socket *so;
|
||||||
struct vnode *rvp;
|
struct vnode *rvp;
|
||||||
struct portalnode *pn;
|
struct portalnode *pn;
|
||||||
u_int size;
|
size_t size;
|
||||||
int error;
|
int error;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user