summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-09 21:34:08 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-09 21:34:08 +0000
commit4fc990e3ec6ec684edba0e9840330041ed0bc3da (patch)
tree86242278caf47a3e05d00f94e91eb79391e11a9a
parentd6d6272b9e04bfc9f49870a3fe60f0e50ec35646 (diff)
Formerly mgt.c.~8~
-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;