summaryrefslogtreecommitdiffstats
path: root/patches/fuse-2.9.9
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-02-05 11:53:58 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-06 07:15:53 +0100
commitccb52c21abc6fe3801ec4b978f160a47a560fad9 (patch)
tree1a27edaf756e034d9f524778932ef918e4f6d372 /patches/fuse-2.9.9
parentf1610a8bdb5c731bab30ceb857742aafdf122ee3 (diff)
downloadptxdist-ccb52c21abc6fe3801ec4b978f160a47a560fad9.tar.gz
ptxdist-ccb52c21abc6fe3801ec4b978f160a47a560fad9.tar.xz
fuse: version bump 2.9.5 -> 2.9.9
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/fuse-2.9.9')
-rw-r--r--patches/fuse-2.9.9/0001-use-asm-types.h-to-define-__u64-etc.patch28
-rw-r--r--patches/fuse-2.9.9/series4
2 files changed, 32 insertions, 0 deletions
diff --git a/patches/fuse-2.9.9/0001-use-asm-types.h-to-define-__u64-etc.patch b/patches/fuse-2.9.9/0001-use-asm-types.h-to-define-__u64-etc.patch
new file mode 100644
index 000000000..5b79e61a1
--- /dev/null
+++ b/patches/fuse-2.9.9/0001-use-asm-types.h-to-define-__u64-etc.patch
@@ -0,0 +1,28 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Sat, 30 May 2015 10:42:35 +0200
+Subject: [PATCH] use asm/types.h to define __u64 etc.
+
+Otherwise building fails on arm64 with conflicting type definitions.
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ include/fuse_kernel.h | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/include/fuse_kernel.h b/include/fuse_kernel.h
+index c632b58fbcf4..29eb58227198 100644
+--- a/include/fuse_kernel.h
++++ b/include/fuse_kernel.h
+@@ -89,11 +89,7 @@
+ #define _LINUX_FUSE_H
+
+ #include <sys/types.h>
+-#define __u64 uint64_t
+-#define __s64 int64_t
+-#define __u32 uint32_t
+-#define __s32 int32_t
+-#define __u16 uint16_t
++#include <asm/types.h>
+
+ /*
+ * Version negotiation:
diff --git a/patches/fuse-2.9.9/series b/patches/fuse-2.9.9/series
new file mode 100644
index 000000000..8ade71715
--- /dev/null
+++ b/patches/fuse-2.9.9/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-use-asm-types.h-to-define-__u64-etc.patch
+# 14044a304d2cf460a7b33d5e064996e9 - git-ptx-patches magic