From c5134c7759b7a3f0c4ed0b57a1ab8e49666ee4b6 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Thu, 19 Jan 2023 14:22:31 -0500 Subject: Remove existing old style definitions and use -Wold-style-definition. Message-Id: --- vm/vm_map.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vm/vm_map.c') diff --git a/vm/vm_map.c b/vm/vm_map.c index cabf47f8..bea84a4d 100644 --- a/vm/vm_map.c +++ b/vm/vm_map.c @@ -5000,8 +5000,7 @@ void vm_map_print(db_expr_t addr, boolean_t have_addr, db_expr_t count, const ch * Pretty-print a copy object for ddb. */ -void vm_map_copy_print(copy) - const vm_map_copy_t copy; +void vm_map_copy_print(const vm_map_copy_t copy) { int i, npages; -- cgit v1.2.3