diff options
Diffstat (limited to 'include/fuse.h')
-rw-r--r-- | include/fuse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fuse.h b/include/fuse.h index 3c3a98f..a7182ac 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -547,7 +547,7 @@ void fuse_set_getcontext_func(struct fuse_context *(*func)(void)); # undef FUSE_MINOR_VERSION # undef fuse_main # if FUSE_USE_VERSION == 25 -# define FUSE_MINOR_VERSION 6 +# define FUSE_MINOR_VERSION 5 # define fuse_main(argc, argv, op) \ fuse_main_real_compat25(argc, argv, op, sizeof(*(op))) # define fuse_new fuse_new_compat25 @@ -590,7 +590,7 @@ void fuse_set_getcontext_func(struct fuse_context *(*func)(void)); # define FUSE_DEBUG FUSE_DEBUG_COMPAT1 # endif # endif -#elif FUSE_USE_VERSION < 27 +#elif FUSE_USE_VERSION < 26 # error Compatibility with API version other than 21, 22, 25 and 11 not supported #endif |