diff options
| author | Michael Forney <mforney@mforney.org> | 2021-03-02 01:37:03 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-03-02 16:20:18 -0800 |
| commit | 7591fd50039fab97b93c19dfe41c53e8ef58f1a6 (patch) | |
| tree | 98acbe45076680bd00afa30ee083986e4833cb6a /pkg/fuse/patch | |
| parent | d02c4877441138a3f4bde5699b935b2ed582906d (diff) | |
fuse: Update to 3.10.2
Diffstat (limited to 'pkg/fuse/patch')
| -rw-r--r-- | pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch b/pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch index 86b95634..d4dc3233 100644 --- a/pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch +++ b/pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch @@ -1,4 +1,4 @@ -From ad82739adeaa66a401f055a308c8d786f5b011a2 Mon Sep 17 00:00:00 2001 +From f654bcf1919c011d16a73ff76d6fc517ce7ffef8 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 @@ -9,10 +9,10 @@ typeof might not be available if built with ISO C mode. 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/fusermount.c b/util/fusermount.c -index 56da6ec..a09b91d 100644 +index ed62ea9..c497891 100644 --- a/util/fusermount.c +++ b/util/fusermount.c -@@ -1013,7 +1013,7 @@ static int check_perm(const char **mntp, struct stat *stbuf, int *mountpoint_fd) +@@ -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. */ @@ -22,5 +22,5 @@ index 56da6ec..a09b91d 100644 0x00000187 /* AUTOFS_SUPER_MAGIC */, 0xCA451A4E /* BCACHEFS_STATFS_MAGIC */, -- -2.22.0 +2.30.0 |
