git: bbb6228eae32 - main - vm: ansify
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Feb 2023 18:24:43 UTC
The branch main has been updated by mjg:
URL: https://cgit.FreeBSD.org/src/commit/?id=bbb6228eae32d30d7f968f1ebe44a5e2d524d254
commit bbb6228eae32d30d7f968f1ebe44a5e2d524d254
Author: Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2023-02-13 18:23:21 +0000
Commit: Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2023-02-13 18:23:21 +0000
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 */