From 104b37a4420057158d217e22285ee87fa5808658 Mon Sep 17 00:00:00 2001 From: randomdan Date: Mon, 3 Jun 2013 22:18:35 +0000 Subject: Compat fixes --- libfusepp/fuseapp.cpp | 3 ++- netfs/Jamfile.jam | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 diff --git a/netfs/Jamfile.jam b/netfs/Jamfile.jam index 5ed3a22..2078259 100644 --- a/netfs/Jamfile.jam +++ b/netfs/Jamfile.jam @@ -30,6 +30,7 @@ lib netfsCommon : libxml2 netfsComms boost_thread + boost_system Ice IceUtil ; -- cgit v1.2.3