From 9c704634732f77b5ccd28ca224eac4b71d722e4a Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Sat, 3 Jul 1999 23:55:22 +0000 Subject: 1999-07-03 Thomas Bushnell, BSG * crash.c (stop_pgrp): Use munmap instead of vm_deallocate. --- trans/crash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trans/crash.c') diff --git a/trans/crash.c b/trans/crash.c index 3128e7e8..643634f8 100644 --- a/trans/crash.c +++ b/trans/crash.c @@ -126,7 +126,7 @@ stop_pgrp (process_t userproc, mach_port_t cttyid) mach_port_deallocate (mach_task_self (), msgport); } if (pids != pids_) - vm_deallocate (mach_task_self (), (vm_address_t) pids, numpids); + munmap (pids, numpids); } -- cgit v1.2.3