diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-03-09 20:39:31 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-03-09 20:39:31 +0000 |
commit | 3cbc9f6caa9361b1bb2bdfc6ebd9993ff140d2ee (patch) | |
tree | 144dfc43bd6a17d11e73de331678047f199fdcbd /proc/proc.h | |
parent | e7968c5ea19d934e596a76ff7c7356d27da64139 (diff) | |
download | hurd-3cbc9f6caa9361b1bb2bdfc6ebd9993ff140d2ee.tar.gz hurd-3cbc9f6caa9361b1bb2bdfc6ebd9993ff140d2ee.tar.bz2 hurd-3cbc9f6caa9361b1bb2bdfc6ebd9993ff140d2ee.zip |
Tue Mar 9 13:11:43 1999 Thomas Bushnell, BSG <tb@mit.edu>
* notify.c (do_mach_notify_dead_name): Don't check against
P->p_msgport anymore.
* msg.c (message_port_dead): Delete function.
(S_proc_setmsgport): Don't request a dead-name notification
anymore.
(S_proc_getmsgport): Check to see if P->p_msgport is dead before
returning it.
* mgt.c (S_proc_reassign): Only use mach_port_deallocate to
release P->msgport.
(process_has_exited): Likewise.
* proc.h (message_port_dead): Delete prototype.
Diffstat (limited to 'proc/proc.h')
-rw-r--r-- | proc/proc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proc/proc.h b/proc/proc.h index 8a84ddc7..d591b4ea 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -1,5 +1,5 @@ /* Process server definitions - Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1999 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -165,7 +165,6 @@ int genpid (); void abort_getmsgport (struct proc *); int zombie_check_pid (pid_t); void check_message_dying (struct proc *, struct proc *); -void message_port_dead (struct proc *); void check_dead_execdata_notify (mach_port_t); void add_proc_to_hash (struct proc *); |