mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
vm: ansify
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
00343b4adc
commit
bbb6228eae
1 changed files with 1 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue