Commit ea9ccd62cc99f759fdc3e17fbb5b4fb62b1d15b4

Thomas de Grivel 2024-12-31T06:30:48

fuse_use_version

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/fs/fuse/mount_kc3fs.c b/fs/fuse/mount_kc3fs.c
index 9a37aa9..4e65b7a 100644
--- a/fs/fuse/mount_kc3fs.c
+++ b/fs/fuse/mount_kc3fs.c
@@ -11,6 +11,7 @@
  * THIS SOFTWARE.
  */
 #include <errno.h>
+#define FUSE_USE_VERSION 26
 #include <fuse.h>
 #include <fuse_opt.h>
 #include <string.h>