diff options
Diffstat (limited to 'vm/vm_map.c')
-rw-r--r-- | vm/vm_map.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; |