Commit 32edc147d4db82e444a0f672721d323184ff1732

Thomas de Grivel 2024-12-31T06:35:11

fix fuse for linux

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 d8544ce..b649363 100644
--- a/fs/fuse/mount_kc3fs.c
+++ b/fs/fuse/mount_kc3fs.c
@@ -11,7 +11,6 @@
  * THIS SOFTWARE.
  */
 #include <errno.h>
-#define FUSE_USE_VERSION 26
 #include <fuse.h>
 #include <fuse_opt.h>
 #include <string.h>