summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-09-02 23:42:11 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-09-02 23:42:11 +0200
commitb228a2e642c73caeabfea682d5d757bb74bc4fe1 (patch)
tree1763c72902d41a06587bbec21ece0fcf5bc44e80
parentbceb3086a40b7e4d0653dc1a5d2c783fa20fc322 (diff)
grrrrr splitinit patch series
-rw-r--r--debian/patches/posix-sigcodes.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/debian/patches/posix-sigcodes.patch b/debian/patches/posix-sigcodes.patch
index 8efb886a..93beed93 100644
--- a/debian/patches/posix-sigcodes.patch
+++ b/debian/patches/posix-sigcodes.patch
@@ -63,12 +63,7 @@ diff --git a/proc/proc.h b/proc/proc.h
index 7943e0b..b52ca1d 100644
--- a/proc/proc.h
+++ b/proc/proc.h
-@@ -192,24 +192,24 @@ void exc_clean (void *);
-
- struct proc *add_tasks (task_t);
- int pidfree (pid_t);
-
- struct proc *create_startup_proc (void);
+@@ -192,19 +192,19 @@ void exc_clean (void *);
struct proc *allocate_proc (task_t);
void proc_death_notify (struct proc *);
void complete_proc (struct proc *, pid_t);