summaryrefslogtreecommitdiff
path: root/debian/patches/libpager-singlethreaded.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/libpager-singlethreaded.patch')
-rw-r--r--debian/patches/libpager-singlethreaded.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/libpager-singlethreaded.patch b/debian/patches/libpager-singlethreaded.patch
index 2971c7ac..b515dc51 100644
--- a/debian/patches/libpager-singlethreaded.patch
+++ b/debian/patches/libpager-singlethreaded.patch
@@ -1,4 +1,4 @@
-commit 6351bac765f6bdd5720de10ca8ca40886ba3b61d
+commit 840c3b15ddf9d58cff1ce458cc3fddab3e368254
Author: Justus Winter <4winter@informatik.uni-hamburg.de>
Date: Sun Apr 27 09:16:40 2014 +0200
@@ -499,7 +499,7 @@ index 411f483..c7f1a5a 100644
return EOPNOTSUPP;
}
diff --git a/storeio/pager.c b/storeio/pager.c
-index 7d78711..bf9efa2 100644
+index 7d78711..4f86407 100644
--- a/storeio/pager.c
+++ b/storeio/pager.c
@@ -148,12 +148,10 @@ static void *
@@ -512,7 +512,7 @@ index 7d78711..bf9efa2 100644
- pager_demuxer,
- 1000 * 30, 1000 * 60 * 5, 0);
-
-+ ports_manage_port_operations_one_thread (pager_bucket,
++ ports_manage_port_operations_one_thread (pager_port_bucket,
+ pager_demuxer,
+ 0);
+ /* Not reached. */