diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-20 20:18:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-20 20:18:12 +0000 |
commit | 8ca6b93bdbf7e3bbbdb9f6146f0db15abf45bccc (patch) | |
tree | bb8c60a8c506a35dc3abb3fb3e456bb53ccd63e8 /proc/wait.c | |
parent | f6083ba20ab67e1c59f00e6a474f22dc6632a542 (diff) |
Formerly wait.c.~7~
Diffstat (limited to 'proc/wait.c')
-rw-r--r-- | proc/wait.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proc/wait.c b/proc/wait.c index ff7e0918..72a5c29a 100644 --- a/proc/wait.c +++ b/proc/wait.c @@ -54,7 +54,6 @@ void alert_parent (struct proc *p) { struct zombie *z; - error_t err; send_signal (p->p_parent->p_msgport, SIGCHLD, p->p_parent->p_task); |