summaryrefslogtreecommitdiff
path: root/debian/patches/0007-libdiskfs-drop-unused-fields-from-struct-node.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0007-libdiskfs-drop-unused-fields-from-struct-node.patch')
-rw-r--r--debian/patches/0007-libdiskfs-drop-unused-fields-from-struct-node.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/0007-libdiskfs-drop-unused-fields-from-struct-node.patch b/debian/patches/0007-libdiskfs-drop-unused-fields-from-struct-node.patch
new file mode 100644
index 00000000..b69061d3
--- /dev/null
+++ b/debian/patches/0007-libdiskfs-drop-unused-fields-from-struct-node.patch
@@ -0,0 +1,27 @@
+From bffaff26a9a1d26be96c8cc1335142ed1d2c810e Mon Sep 17 00:00:00 2001
+From: Justus Winter <4winter@informatik.uni-hamburg.de>
+Date: Tue, 14 Apr 2015 21:18:31 +0200
+Subject: [PATCH hurd 07/16] libdiskfs: drop unused fields from struct node
+
+* libdiskfs/diskfs.h (struct node): Drop unused fields from struct
+node.
+---
+ libdiskfs/diskfs.h | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h
+index 18df0eb..7a21dff 100644
+--- a/libdiskfs/diskfs.h
++++ b/libdiskfs/diskfs.h
+@@ -80,8 +80,6 @@ struct peropen
+ filesystem. */
+ struct node
+ {
+- struct node *next, **prevp;
+-
+ struct disknode *dn;
+
+ io_statbuf_t dn_stat;
+--
+2.1.4
+