vm: ansify

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Mateusz Guzik 2023-02-13 18:23:21 +00:00
parent 00343b4adc
commit bbb6228eae

View File

@ -580,8 +580,7 @@ vm_forkproc(struct thread *td, struct proc *p2, struct thread *td2,
* the process was still executing.
*/
void
vm_waitproc(p)
struct proc *p;
vm_waitproc(struct proc *p)
{
vmspace_exitfree(p); /* and clean-out the vmspace */