* proc/proc.h (zombie_list): Remove declaration. --- proc/proc.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/proc/proc.h b/proc/proc.h index ed47ccc..4369abf 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -130,8 +130,6 @@ struct exc natural_t thread_state[0]; }; -struct zombie *zombie_list; - mach_port_t authserver; struct proc *self_proc; /* process 0 (us) */ struct proc *startup_proc; /* process 1 (init) */ -- 1.7.10.4 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/1378399123-19493-3-git-send-email-4win...@informatik.uni-hamburg.de

