Use size_t instead of u_int for 4th argument to copyinstr().
This commit is contained in:
parent
1b57e36589
commit
b570da11fe
@ -68,7 +68,7 @@ devfs_mount(mp, path, data, ndp, p)
|
||||
struct proc *p;
|
||||
{
|
||||
int error;
|
||||
u_int size;
|
||||
size_t size;
|
||||
struct devfs_mount *fmp;
|
||||
struct vnode *rvp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user