diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-22 22:13:04 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-22 22:13:04 +0000 |
commit | ba8b8cfca9a921515d1a1962b91fe509c21454a6 (patch) | |
tree | 5c181ba1a9bb26ef43a32c729f905a89c1bda586 /proc | |
parent | 79e25d0d74e2a45885eb762c554817102e7772c5 (diff) |
entered into RCS
Diffstat (limited to 'proc')
-rw-r--r-- | proc/wait.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/proc/wait.c b/proc/wait.c index 4157f665..063f8803 100644 --- a/proc/wait.c +++ b/proc/wait.c @@ -238,9 +238,6 @@ S_proc_mark_stop (struct proc *p, p->p_status = W_STOPCODE (signo); p->p_waited = 0; - /* Don't allow init to stop */ - assert (p->p_parent); - if (p->p_parent->p_waiting) { struct wait_c *w = &p->p_parent->p_continuation.wait_c; |