summaryrefslogtreecommitdiff
path: root/pkg/fuse/patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/fuse/patch')
-rw-r--r--pkg/fuse/patch/0002-Fix-build-without-symbol-versioning.patch (renamed from pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch)0
-rw-r--r--pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch26
-rw-r--r--pkg/fuse/patch/0003-Avoid-invalid-use-of-flexible-array-members.patch (renamed from pkg/fuse/patch/0004-Avoid-invalid-use-of-flexible-array-members.patch)0
-rw-r--r--pkg/fuse/patch/0004-Prevent-unused-label-warning-with-IGNORE_MTAB.patch (renamed from pkg/fuse/patch/0005-Prevent-unused-label-warning-with-IGNORE_MTAB.patch)0
-rw-r--r--pkg/fuse/patch/0005-Fix-sscanf-format-specifier.patch (renamed from pkg/fuse/patch/0006-Fix-sscanf-format-specifier.patch)0
-rw-r--r--pkg/fuse/patch/0006-Avoid-conversion-between-function-and-object-pointer.patch (renamed from pkg/fuse/patch/0007-Avoid-conversion-between-function-and-object-pointer.patch)0
-rw-r--r--pkg/fuse/patch/0007-Define-_GNU_SOURCE-for-realpath.patch (renamed from pkg/fuse/patch/0008-Define-_GNU_SOURCE-for-realpath.patch)0
-rw-r--r--pkg/fuse/patch/0008-Only-use-symbol-versioning-on-GNU-compatible-compile.patch (renamed from pkg/fuse/patch/0009-Only-use-symbol-versioning-on-GNU-compatible-compile.patch)0
8 files changed, 0 insertions, 26 deletions
diff --git a/pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch b/pkg/fuse/patch/0002-Fix-build-without-symbol-versioning.patch
index 5f092778..5f092778 100644
--- a/pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch
+++ b/pkg/fuse/patch/0002-Fix-build-without-symbol-versioning.patch
diff --git a/pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch b/pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch
deleted file mode 100644
index e7a01dee..00000000
--- a/pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From ad9777cc43ac13f591a08fd7a222efd89009a18d Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Mon, 1 Jul 2019 22:45:12 -0700
-Subject: [PATCH] Use __typeof__ instead of typeof
-
-typeof might not be available if built with ISO C mode.
----
- util/fusermount.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/util/fusermount.c b/util/fusermount.c
-index ed62ea9..c497891 100644
---- a/util/fusermount.c
-+++ b/util/fusermount.c
-@@ -992,7 +992,7 @@ static int check_perm(const char **mntp, struct stat *stbuf, int *mountpoint_fd)
- * (https://bazaar.launchpad.net/~ecryptfs/ecryptfs/trunk/view/head:/src/utils/mount.ecryptfs_private.c#L225)
- * but got expanded as we found more filesystems that needed to be
- * overlayed. */
-- typeof(fs_buf.f_type) f_type_whitelist[] = {
-+ __typeof__(fs_buf.f_type) f_type_whitelist[] = {
- 0x61756673 /* AUFS_SUPER_MAGIC */,
- 0x00000187 /* AUTOFS_SUPER_MAGIC */,
- 0xCA451A4E /* BCACHEFS_STATFS_MAGIC */,
---
-2.32.0
-
diff --git a/pkg/fuse/patch/0004-Avoid-invalid-use-of-flexible-array-members.patch b/pkg/fuse/patch/0003-Avoid-invalid-use-of-flexible-array-members.patch
index af4459ac..af4459ac 100644
--- a/pkg/fuse/patch/0004-Avoid-invalid-use-of-flexible-array-members.patch
+++ b/pkg/fuse/patch/0003-Avoid-invalid-use-of-flexible-array-members.patch
diff --git a/pkg/fuse/patch/0005-Prevent-unused-label-warning-with-IGNORE_MTAB.patch b/pkg/fuse/patch/0004-Prevent-unused-label-warning-with-IGNORE_MTAB.patch
index ead4f91c..ead4f91c 100644
--- a/pkg/fuse/patch/0005-Prevent-unused-label-warning-with-IGNORE_MTAB.patch
+++ b/pkg/fuse/patch/0004-Prevent-unused-label-warning-with-IGNORE_MTAB.patch
diff --git a/pkg/fuse/patch/0006-Fix-sscanf-format-specifier.patch b/pkg/fuse/patch/0005-Fix-sscanf-format-specifier.patch
index a338ce72..a338ce72 100644
--- a/pkg/fuse/patch/0006-Fix-sscanf-format-specifier.patch
+++ b/pkg/fuse/patch/0005-Fix-sscanf-format-specifier.patch
diff --git a/pkg/fuse/patch/0007-Avoid-conversion-between-function-and-object-pointer.patch b/pkg/fuse/patch/0006-Avoid-conversion-between-function-and-object-pointer.patch
index 446e0ed1..446e0ed1 100644
--- a/pkg/fuse/patch/0007-Avoid-conversion-between-function-and-object-pointer.patch
+++ b/pkg/fuse/patch/0006-Avoid-conversion-between-function-and-object-pointer.patch
diff --git a/pkg/fuse/patch/0008-Define-_GNU_SOURCE-for-realpath.patch b/pkg/fuse/patch/0007-Define-_GNU_SOURCE-for-realpath.patch
index 130d1ae7..130d1ae7 100644
--- a/pkg/fuse/patch/0008-Define-_GNU_SOURCE-for-realpath.patch
+++ b/pkg/fuse/patch/0007-Define-_GNU_SOURCE-for-realpath.patch
diff --git a/pkg/fuse/patch/0009-Only-use-symbol-versioning-on-GNU-compatible-compile.patch b/pkg/fuse/patch/0008-Only-use-symbol-versioning-on-GNU-compatible-compile.patch
index b26e9933..b26e9933 100644
--- a/pkg/fuse/patch/0009-Only-use-symbol-versioning-on-GNU-compatible-compile.patch
+++ b/pkg/fuse/patch/0008-Only-use-symbol-versioning-on-GNU-compatible-compile.patch