summaryrefslogtreecommitdiff
path: root/proc
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-22 22:13:04 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-22 22:13:04 +0000
commitba8b8cfca9a921515d1a1962b91fe509c21454a6 (patch)
tree5c181ba1a9bb26ef43a32c729f905a89c1bda586 /proc
parent79e25d0d74e2a45885eb762c554817102e7772c5 (diff)
entered into RCS
Diffstat (limited to 'proc')
-rw-r--r--proc/wait.c3
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;