blob: 4fbee63c36a93b7c8435abbd8d0d93bf0acce0bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
|