From 86e760a779b29116426a2d5fd38a955d47cfb046 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Fri, 12 Mar 1999 20:28:52 +0000 Subject: 1999-03-11 Mark Kettenis * notify.c (do_mach_notify_dead_name): Remove unnecessary braces. * msg.c (S_proc_setmsgport): Remove unused variable FOO. (S_proc_getmsgport): Only check if the message port is still alive if it is not MACH_PORT_NULL. Use mach_port_type instead of mach_port_get_refs to check if the port is dead. * mgt.c (S_proc_reassign): Use mach_port_destroy to release the old task port. --- proc/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'proc/ChangeLog') diff --git a/proc/ChangeLog b/proc/ChangeLog index 2edfb145..d19324d3 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,3 +1,15 @@ +1999-03-11 Mark Kettenis + + * notify.c (do_mach_notify_dead_name): Remove unnecessary braces. + + * msg.c (S_proc_setmsgport): Remove unused variable FOO. + (S_proc_getmsgport): Only check if the message port is still alive + if it is not MACH_PORT_NULL. Use mach_port_type instead of + mach_port_get_refs to check if the port is dead. + + * mgt.c (S_proc_reassign): Use mach_port_destroy to release the + old task port. + Tue Mar 9 13:11:43 1999 Thomas Bushnell, BSG * notify.c (do_mach_notify_dead_name): Don't check against -- cgit v1.2.3