diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-12-27 02:25:18 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-12-27 02:30:28 +0900 |
| commit | 6d3bd27220c80eb58a11b75054fbbcf67e50cc28 (patch) | |
| tree | 68dd700e8988c9591cc8b703d0146292962ff07e /cmd/sharefs/fuse-operations.h | |
| parent | a27305cb4aa4e382b9474175139ab72bff220fd6 (diff) | |
cmd/sharefs: expand fuse_main
This change should not change behaviour other than making output more consistent.
Signed-off-by: Ophestra <cat@gensokyo.uk>
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 */ |
