summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/fix-exec0001-exec-remove-duplicate-function-call.patch30
-rw-r--r--debian/patches/series1
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