diff options
Diffstat (limited to 'cmd/sharefs/fuse-operations.h')
| -rw-r--r-- | cmd/sharefs/fuse-operations.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/sharefs/fuse-operations.h b/cmd/sharefs/fuse-operations.h index 9abc47ce..edcfb2a7 100644 --- a/cmd/sharefs/fuse-operations.h +++ b/cmd/sharefs/fuse-operations.h @@ -1,9 +1,9 @@ -#define FUSE_USE_VERSION FUSE_MAKE_VERSION(3, 4) +#define FUSE_USE_VERSION FUSE_MAKE_VERSION(3, 12) #include <fuse.h> #include <fuse_lowlevel.h> /* for fuse_cmdline_help */ -#if (FUSE_VERSION < FUSE_MAKE_VERSION(3, 4)) -#error This package requires libfuse >= v3.4 +#if (FUSE_VERSION < FUSE_MAKE_VERSION(3, 12)) +#error This package requires libfuse >= v3.12 #endif #define SHAREFS_MEDIA_RW_ID (1 << 10) - 1 /* owning gid presented to userspace */ |
