summaryrefslogtreecommitdiff
path: root/libfusepp/fuseapp.cpp
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2013-06-03 22:18:35 +0000
committerrandomdan <randomdan@localhost>2013-06-03 22:18:35 +0000
commit104b37a4420057158d217e22285ee87fa5808658 (patch)
tree63ece5ebe8780cc5bef4ec24a4a94649ab07887d /libfusepp/fuseapp.cpp
parentDepend on right net service (diff)
downloadnetfs-104b37a4420057158d217e22285ee87fa5808658.tar.bz2
netfs-104b37a4420057158d217e22285ee87fa5808658.tar.xz
netfs-104b37a4420057158d217e22285ee87fa5808658.zip
Compat fixes
Diffstat (limited to 'libfusepp/fuseapp.cpp')
-rw-r--r--libfusepp/fuseapp.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libfusepp/fuseapp.cpp b/libfusepp/fuseapp.cpp
index e81a116..60606ea 100644
--- a/libfusepp/fuseapp.cpp
+++ b/libfusepp/fuseapp.cpp
@@ -256,7 +256,8 @@ FuseAppBase::run(int & argc, char** & argv, FuseAppBase * fa)
,
NULL, // writebuf
NULL, // readbuf
- NULL // flock
+ NULL, // flock
+ NULL // fallocate
#endif
#endif
#endif