diff options
Diffstat (limited to 'debian/patches/0012-fixup_ext2fs.patch')
-rw-r--r-- | debian/patches/0012-fixup_ext2fs.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/0012-fixup_ext2fs.patch b/debian/patches/0012-fixup_ext2fs.patch new file mode 100644 index 00000000..4fbee63c --- /dev/null +++ b/debian/patches/0012-fixup_ext2fs.patch @@ -0,0 +1,25 @@ +From 6bc12095d8aa4b38ceecb3da21491724b189141a Mon Sep 17 00:00:00 2001 +From: Justus Winter <4winter@informatik.uni-hamburg.de> +Date: Wed, 15 Apr 2015 14:19:43 +0200 +Subject: [PATCH hurd 12/16] fixup_ext2fs + +--- + ext2fs/inode.c | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/ext2fs/inode.c b/ext2fs/inode.c +index 22a0c8e..ee190fa 100644 +--- a/ext2fs/inode.c ++++ b/ext2fs/inode.c +@@ -39,8 +39,6 @@ + #define UF_IMMUTABLE 0 + #endif + +-static error_t read_node (struct node *np); +- + pthread_spinlock_t generation_lock = PTHREAD_SPINLOCK_INITIALIZER; + + /* XXX */ +-- +2.1.4 + |