mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use size_t instead of u_int for 4th argument to copyinstr().
This commit is contained in:
parent
1b57e36589
commit
b570da11fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue