mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Fix a 64-bitism, use size_t instead of u_int for 4th arg to copyinstr.
This commit is contained in:
parent
38a6ecf4de
commit
2c98102ef1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65722
@ -74,7 +74,7 @@ kernfs_mount(mp, path, data, ndp, p)
|
||||
struct proc *p;
|
||||
{
|
||||
int error = 0;
|
||||
u_int size;
|
||||
size_t size;
|
||||
struct kernfs_mount *fmp;
|
||||
struct vnode *rvp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user