diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-12-04 16:00:03 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-12-04 16:00:03 +0100 |
commit | ec14b9582080006cb8a50d226445ae637d6e7a21 (patch) | |
tree | e479110d3d8fcb8c27b0fc34db578f2f3641dad1 | |
parent | c37544a74013c775028cb2e738459333e815a716 (diff) |
fixup_refresh_debian/patches/proc_set_init_task.patch
-rw-r--r-- | debian/patches/proc_set_init_task.patch | 12 |
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); |