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
@ -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;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user