summaryrefslogtreecommitdiff
path: root/debian/patches/proc_set_init_task.patch
diff options
context:
space:
mode:
Diffstat (limited to '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);