Fix typo.
Submitted by: emaste Pointy hat to: kib (who needs much bigger wardrobe) MFC after: 1 week
This commit is contained in:
parent
431c9bf2d5
commit
b4bf2ac1ac
@ -1093,7 +1093,7 @@ static int
|
||||
sysctl_out_proc_copyout(struct kinfo_proc *ki, struct sysctl_req *req)
|
||||
{
|
||||
|
||||
return (SYSCTL_OUT(req, (caddr_t)&ki, sizeof(struct kinfo_proc)));
|
||||
return (SYSCTL_OUT(req, (caddr_t)ki, sizeof(struct kinfo_proc)));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user