From 3cad22a2ba18a924f0193a4ee4e28fb81f875242 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 31 Oct 1995 19:23:02 +0000 Subject: (struct zombie): Deleted; now in proc.h. (zombie_list): Likewise. --- proc/wait.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'proc') diff --git a/proc/wait.c b/proc/wait.c index b8f2e60e..267fc618 100644 --- a/proc/wait.c +++ b/proc/wait.c @@ -36,18 +36,6 @@ #include -struct zombie -{ - struct zombie *next; - pid_t pid, pgrp; - struct proc *parent; - int exit_status; - struct rusage ru; -}; - -static struct zombie *zombie_list; - - /* Return nonzero if a `waitpid' on WAIT_PID by a process in MYPGRP cares about the death of PID/PGRP. */ static inline int -- cgit v1.2.3