summaryrefslogtreecommitdiff
path: root/proc/mgt.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-15 17:51:36 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-15 17:51:36 +0000
commit12d6b55021158a0c276c4ad4c88c51f08b2b39e6 (patch)
tree08aba6500fe3ef5d020e50af8922fa637814c741 /proc/mgt.c
parentb66987e717e5529944bc32ff78ea0b347a89ef08 (diff)
(process_has_exited): Clear p->p_waited.
Diffstat (limited to 'proc/mgt.c')
-rw-r--r--proc/mgt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proc/mgt.c b/proc/mgt.c
index 5478b9af..12bd4142 100644
--- a/proc/mgt.c
+++ b/proc/mgt.c
@@ -632,6 +632,7 @@ process_has_exited (struct proc *p)
if (p->p_dead)
return;
+ p->p_waited = 0;
alert_parent (p);
if (p->p_msgport)