summaryrefslogtreecommitdiff
path: root/filesystems/fuse-ext2/patches
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fuse-ext2/patches')
-rw-r--r--filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_bitops.h13
-rw-r--r--filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_ext2fs.h13
-rw-r--r--filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_icount.c12
-rw-r--r--filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_test__io.c12
4 files changed, 50 insertions, 0 deletions
diff --git a/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_bitops.h b/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_bitops.h
new file mode 100644
index 00000000000..3b9bd115930
--- /dev/null
+++ b/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_bitops.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-e2fsprogs-1.41.9_ext2fs_bitops.h,v 1.1 2012/12/20 21:54:24 joerg Exp $
+
+--- e2fsprogs-1.41.9/ext2fs/bitops.h.orig 2009-10-19 13:17:52.000000000 +0000
++++ e2fsprogs-1.41.9/ext2fs/bitops.h
+@@ -139,7 +139,7 @@ extern __u32 ext2fs_get_generic_bitmap_e
+ #define _INLINE_ extern
+ #else
+ #ifdef __GNUC__
+-#define _INLINE_ extern __inline__
++#define _INLINE_ extern __attribute__((__gnu_inline__)) __inline__
+ #else /* For Watcom C */
+ #define _INLINE_ extern inline
+ #endif
diff --git a/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_ext2fs.h b/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_ext2fs.h
new file mode 100644
index 00000000000..a7d5a72a7e0
--- /dev/null
+++ b/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_ext2fs.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-e2fsprogs-1.41.9_ext2fs_ext2fs.h,v 1.1 2012/12/20 21:54:24 joerg Exp $
+
+--- e2fsprogs-1.41.9/ext2fs/ext2fs.h.orig 2012-12-20 13:55:15.000000000 +0000
++++ e2fsprogs-1.41.9/ext2fs/ext2fs.h
+@@ -1179,7 +1179,7 @@ extern unsigned int ext2fs_div_ceil(unsi
+ #define _INLINE_ extern
+ #else
+ #ifdef __GNUC__
+-#define _INLINE_ extern __inline__
++#define _INLINE_ extern __attribute__((__gnu_inline__)) __inline__
+ #else /* For Watcom C */
+ #define _INLINE_ extern inline
+ #endif
diff --git a/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_icount.c b/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_icount.c
new file mode 100644
index 00000000000..912d440b27d
--- /dev/null
+++ b/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_icount.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-e2fsprogs-1.41.9_ext2fs_icount.c,v 1.1 2012/12/20 21:54:24 joerg Exp $
+
+--- e2fsprogs-1.41.9/ext2fs/icount.c.orig 2012-12-20 13:30:46.000000000 +0000
++++ e2fsprogs-1.41.9/ext2fs/icount.c
+@@ -8,6 +8,7 @@
+ * License.
+ * %End-Header%
+ */
++#include "config.h"
+
+ #if HAVE_UNISTD_H
+ #include <unistd.h>
diff --git a/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_test__io.c b/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_test__io.c
new file mode 100644
index 00000000000..6624c1902f7
--- /dev/null
+++ b/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_test__io.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-e2fsprogs-1.41.9_ext2fs_test__io.c,v 1.1 2012/12/20 21:54:24 joerg Exp $
+
+--- e2fsprogs-1.41.9/ext2fs/test_io.c.orig 2012-12-20 13:30:54.000000000 +0000
++++ e2fsprogs-1.41.9/ext2fs/test_io.c
+@@ -8,6 +8,7 @@
+ * License.
+ * %End-Header%
+ */
++#include "config.h"
+
+ #include <stdio.h>
+ #include <string.h>