diff options
Diffstat (limited to 'libfusepp')
-rw-r--r-- | libfusepp/fuseapp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libfusepp/fuseapp.cpp b/libfusepp/fuseapp.cpp index e1c552e..196d72d 100644 --- a/libfusepp/fuseapp.cpp +++ b/libfusepp/fuseapp.cpp @@ -274,8 +274,8 @@ FuseAppBase::run(int & argc, char** & argv, FuseAppBase * fa) fuseCall<const char *, struct fuse_file_info *, struct fuse_pollhandle *, unsigned *>::helper<&FuseAppBase::poll> #if (FUSE_MINOR_VERSION >= 9) , - fuseCall<const char *, struct fuse_bufvec *, off_t, struct fuse_file_info *>::helper<&FuseAppBase::write_buf>, - fuseCall<const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *>::helper<&FuseAppBase::read_buf>, + 0, //fuseCall<const char *, struct fuse_bufvec *, off_t, struct fuse_file_info *>::helper<&FuseAppBase::write_buf>, + 0, //fuseCall<const char *, struct fuse_bufvec **, size_t, off_t, struct fuse_file_info *>::helper<&FuseAppBase::read_buf>, fuseCall<const char *, struct fuse_file_info *, int>::helper<&FuseAppBase::flock>, NULL // fallocate #endif |