diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-02-04 20:12:35 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-02-04 20:12:35 +0100 |
commit | 3973dda01ab0f14e34183ad4f245b4d15973696d (patch) | |
tree | 09da782c4bde942a2c614f06ab065ac4676c0553 /debian | |
parent | 1484d09f42248ab4ac7dc206936efb6ac0cd2970 (diff) |
add patch series
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/fix-exec0001-exec-remove-duplicate-function-call.patch | 30 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 31 insertions, 0 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 new file mode 100644 index 00000000..5973879c --- /dev/null +++ b/debian/patches/fix-exec0001-exec-remove-duplicate-function-call.patch @@ -0,0 +1,30 @@ +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 6d270789..e6a29fe1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -40,3 +40,4 @@ 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 |