From f5ec5e5ed37b36e19ebb4d5110dd3ae95a4545db Mon Sep 17 00:00:00 2001
From: randomdan <randomdan@localhost>
Date: Wed, 21 Aug 2013 18:21:09 +0000
Subject: Emergency I-broke-it-bump, don't bind write_buf and read_buf

---
 libfusepp/fuseapp.cpp | 4 ++--
 1 file 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
-- 
cgit v1.2.3