summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-12-04 16:00:03 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-12-04 16:00:03 +0100
commitec14b9582080006cb8a50d226445ae637d6e7a21 (patch)
treee479110d3d8fcb8c27b0fc34db578f2f3641dad1
parentc37544a74013c775028cb2e738459333e815a716 (diff)
fixup_refresh_debian/patches/proc_set_init_task.patch
-rw-r--r--debian/patches/proc_set_init_task.patch12
1 files changed, 11 insertions, 1 deletions
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);