summaryrefslogtreecommitdiff
path: root/pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-09-06 23:23:17 -0700
committerMichael Forney <mforney@mforney.org>2021-09-06 23:38:04 -0700
commit031b61d7138cc1b50ddffffca76ed9e5bbc5d044 (patch)
treefd7909b8de2de97274d3c0bd8cad5d99782d51ed /pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch
parent7fc1b2256b046713245e6f29927c8039e8c16767 (diff)
fuse: Various portability fixes
Diffstat (limited to 'pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch')
-rw-r--r--pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch b/pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch
index d4c40243..5f092778 100644
--- a/pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch
+++ b/pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch
@@ -1,4 +1,4 @@
-From 9619dc770866c4b0185c058d3187f9ad70dbc9de Mon Sep 17 00:00:00 2001
+From 71ff6ec2055f486f2fe7578d5b3baeebee747e4d Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Wed, 3 Jul 2019 00:52:16 -0700
Subject: [PATCH] Fix build without symbol versioning
@@ -25,5 +25,5 @@ index 9e6c633..f584a54 100644
size_t op_size, void *private_data);
#define fuse_new(args, op, size, data) fuse_new_30(args, op, size, data)
--
-2.31.1
+2.32.0