summaryrefslogtreecommitdiff
path: root/debian/patches/0007-libdiskfs-drop-unused-fields-from-struct-node.patch
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-04-17 14:17:23 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-04-17 14:17:23 +0200
commitcc37b9eaebce8c8f2b7c00607c7cac5e7eda6a27 (patch)
tree92596e7dea7a99d78949255ff8bf5c39b3e41013 /debian/patches/0007-libdiskfs-drop-unused-fields-from-struct-node.patch
parent08f35d5a5b978a6461a5f92f2aeadf2b2a37ea45 (diff)
drop old patch series
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, 0 insertions, 27 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
deleted file mode 100644
index b69061d3..00000000
--- a/debian/patches/0007-libdiskfs-drop-unused-fields-from-struct-node.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-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
-