summaryrefslogtreecommitdiff
path: root/debian/patches/0009-libpager-drop-unused-fields-from-struct-pager.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0009-libpager-drop-unused-fields-from-struct-pager.patch')
-rw-r--r--debian/patches/0009-libpager-drop-unused-fields-from-struct-pager.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/patches/0009-libpager-drop-unused-fields-from-struct-pager.patch b/debian/patches/0009-libpager-drop-unused-fields-from-struct-pager.patch
new file mode 100644
index 00000000..62c7a27b
--- /dev/null
+++ b/debian/patches/0009-libpager-drop-unused-fields-from-struct-pager.patch
@@ -0,0 +1,26 @@
+From 31a897520d73e7be2453428fde4557b68b74b90f Mon Sep 17 00:00:00 2001
+From: Justus Winter <4winter@informatik.uni-hamburg.de>
+Date: Sun, 25 May 2014 14:37:55 +0200
+Subject: [PATCH 09/12] libpager: drop unused fields from struct pager
+
+* libpager/priv.h (struct pager): Drop fields next, pprev.
+---
+ libpager/priv.h | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/libpager/priv.h b/libpager/priv.h
+index d49cbb9..1f8405a 100644
+--- a/libpager/priv.h
++++ b/libpager/priv.h
+@@ -59,8 +59,6 @@ struct pager
+
+ int noterm; /* number of threads blocking termination */
+
+- struct pager *next, **pprev;
+-
+ int termwaiting:1;
+ int waitingforseqno:1;
+
+--
+2.0.0.rc2
+