diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-11-05 23:17:39 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-11-05 23:17:39 +0100 |
commit | 573055eb4f44e819f983f083c52716bdec8edf14 (patch) | |
tree | 5447723e985c3631c98f1066613259f8aad3f4dd /debian/patches/posix-sigcodes.patch | |
parent | 70557726e962deb57b081b34e1a44a0eccda05cb (diff) |
sync with upstream packaging
Diffstat (limited to 'debian/patches/posix-sigcodes.patch')
-rw-r--r-- | debian/patches/posix-sigcodes.patch | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/debian/patches/posix-sigcodes.patch b/debian/patches/posix-sigcodes.patch index 93beed93..f44d1fb7 100644 --- a/debian/patches/posix-sigcodes.patch +++ b/debian/patches/posix-sigcodes.patch @@ -63,19 +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,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); - - void leave_pgrp (struct proc *); - void join_pgrp (struct proc *); - void boot_setsid (struct proc *); - - void process_has_exited (struct proc *); - void alert_parent (struct proc *); - void reparent_zombies (struct proc *); - void complete_exit (struct proc *); +@@ -192,7 +192,7 @@ void exc_clean (void *); void initialize_version_info (void); |