summaryrefslogtreecommitdiff
path: root/proc
diff options
context:
space:
mode:
Diffstat (limited to 'proc')
-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)