From bbb6228eae32d30d7f968f1ebe44a5e2d524d254 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Mon, 13 Feb 2023 18:23:21 +0000 Subject: [PATCH] vm: ansify Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/vm/vm_glue.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 21d49d976e5a..377df8c18e39 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -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 */