[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/7] proc: Remove unused declaration of zombie_list
From: |
Justus Winter |
Subject: |
[PATCH 2/7] proc: Remove unused declaration of zombie_list |
Date: |
Thu, 5 Sep 2013 18:38:38 +0200 |
* 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
- process change notification prototype, Justus Winter, 2013/09/05
- [PATCH 1/7] proc: remove unused file exc-reply.defs, Justus Winter, 2013/09/05
- [PATCH 2/7] proc: Remove unused declaration of zombie_list,
Justus Winter <=
- [PATCH 3/7] libihash: add HURD_IHASH_ITERATE_ITEMS macro, Justus Winter, 2013/09/05
- [PATCH 4/7] libnotify: add a general notification library, Justus Winter, 2013/09/05
- [PATCH 6/7] proc: implement proc_notify_new_processes, Justus Winter, 2013/09/05
- [PATCH 5/7] hurd: add notification callbacks for the process management, Justus Winter, 2013/09/05
- [PATCH 7/7] hurd: add proc_notify_new_processes, Justus Winter, 2013/09/05