summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proc/mgt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/mgt.c b/proc/mgt.c
index 8d14b343..d18facbd 100644
--- a/proc/mgt.c
+++ b/proc/mgt.c
@@ -525,7 +525,7 @@ new_proc (task_t task)
p->p_waiting = 0;
p->p_traced = 0;
p->p_nostopcld = 0;
- p->p_deadmsg = 0;
+ p->p_deadmsg = (p->p_pid == 1);
p->p_checkmsghangs = 0;
p->p_msgportwait = 0;
p->p_noowner = 1;