diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/posix-sigcodes.patch | 7 |
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); |