summaryrefslogtreecommitdiff
path: root/debian/patches/translators-list0004-add-iteration.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/translators-list0004-add-iteration.patch')
-rw-r--r--debian/patches/translators-list0004-add-iteration.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/debian/patches/translators-list0004-add-iteration.patch b/debian/patches/translators-list0004-add-iteration.patch
deleted file mode 100644
index 9a7b1270..00000000
--- a/debian/patches/translators-list0004-add-iteration.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 20e4d911a985f033653b76589f8b7b4fb26c63b3 Mon Sep 17 00:00:00 2001
-From: Justus Winter <4winter@informatik.uni-hamburg.de>
-Date: Fri, 20 Nov 2015 12:47:06 +0100
-Subject: [PATCH hurd 4/4] add iteration
-
----
- libfshelp/translator-list.c | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
-diff --git a/libfshelp/translator-list.c b/libfshelp/translator-list.c
-index fa754ae..5c137d7 100644
---- a/libfshelp/translator-list.c
-+++ b/libfshelp/translator-list.c
-@@ -235,3 +235,11 @@ fshelp_get_active_translators (char **translators,
- pthread_mutex_unlock (&translator_ihash_lock);
- return err;
- }
-+
-+/* For each active node, call FUN. The node is to be locked around the call
-+ to FUN. If FUN returns non-zero for any node, then immediately stop, and
-+ return that value. */
-+error_t __attribute__ ((weak))
-+fshelp_iterate_active_translators (error_t (*fun)(struct node *))
-+{
-+}
---
-2.1.4
-