From ec14b9582080006cb8a50d226445ae637d6e7a21 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Wed, 4 Dec 2013 16:00:03 +0100 Subject: fixup_refresh_debian/patches/proc_set_init_task.patch --- debian/patches/proc_set_init_task.patch | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/patches/proc_set_init_task.patch b/debian/patches/proc_set_init_task.patch index 5651df3e..45f2c284 100644 --- a/debian/patches/proc_set_init_task.patch +++ b/debian/patches/proc_set_init_task.patch @@ -243,7 +243,17 @@ This file is part of the GNU Hurd. -@@ -191,7 +192,7 @@ void exc_clean (void *); +@@ -134,7 +135,8 @@ struct exc + + mach_port_t authserver; + struct proc *self_proc; /* process HURD_PID_PROC (us) */ +-struct proc *startup_proc; /* process 1 (init) */ ++struct proc *init_proc; /* process 1 (sysvinit) */ ++struct proc *startup_proc; /* process 2 (hurd/init) */ + + struct port_bucket *proc_bucket; + struct port_class *proc_class; +@@ -190,7 +192,7 @@ void exc_clean (void *); struct proc *add_tasks (task_t); int pidfree (pid_t); -- cgit v1.2.3