diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-02-04 21:29:12 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-02-04 21:29:12 +0100 |
commit | 85c5b6fd05b8862445ba763beee699ef93810843 (patch) | |
tree | 790227da36e52b1d3e62e9fac7e132e6871c2d9f /debian/patches | |
parent | 3973dda01ab0f14e34183ad4f245b4d15973696d (diff) |
drop old patch series
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/fix-exec0001-exec-remove-duplicate-function-call.patch | 30 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 31 deletions
diff --git a/debian/patches/fix-exec0001-exec-remove-duplicate-function-call.patch b/debian/patches/fix-exec0001-exec-remove-duplicate-function-call.patch deleted file mode 100644 index 5973879c..00000000 --- a/debian/patches/fix-exec0001-exec-remove-duplicate-function-call.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 6e22fb5616dbacad58cc55544a00efece0477a9a Mon Sep 17 00:00:00 2001 -From: Esa Peuha <esa.peuha@gmail.com> -Date: Thu, 4 Feb 2016 20:11:42 +0100 -Subject: [PATCH hurd] exec: remove duplicate function call - -* exec/main.c (main) Remove second call to trivfs_startup -from commit a5d384c. ---- - exec/main.c | 5 ----- - 1 file changed, 5 deletions(-) - -diff --git a/exec/main.c b/exec/main.c -index 1ed7763..2658df5 100644 ---- a/exec/main.c -+++ b/exec/main.c -@@ -230,11 +230,6 @@ main (int argc, char **argv) - - /* Reply to our parent. */ - err = trivfs_startup (bootstrap, 0, -- trivfs_control_class, port_bucket, -- trivfs_protid_class, port_bucket, &fsys); -- -- /* Reply to our parent. */ -- err = trivfs_startup (bootstrap, 0, - trivfs_control_class, port_bucket, - trivfs_protid_class, port_bucket, - &fsys); --- -2.1.4 - diff --git a/debian/patches/series b/debian/patches/series index e6a29fe1..6d270789 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -40,4 +40,3 @@ nodeihash0001-xxx-fix-node-iteration.patch fix-devnode0001-devnode-fix-falling-back-to-the-kernel-driver.patch gpg0001-utils-settrans-improve-chroot-functionality.patch gpg0002-trans-add-transparent-GnuPG-translator.patch -fix-exec0001-exec-remove-duplicate-function-call.patch |