Use size_t instead of u_int for 4th argument to copyinstr().

This commit is contained in:
John Baldwin 2000-09-12 22:39:34 +00:00
parent 1b57e36589
commit b570da11fe

View File

@ -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;