aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_lowlevel.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-11-07 11:59:00 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-11-07 11:59:00 +0000
commit52cb09d16ed7e233c35c0c33e72a952211a056b3 (patch)
treee13243dd1ac8f5e3eaaf10e11c6d2637b15e9046 /include/fuse_lowlevel.h
parentf7eec0361d3b2465c8cf3449082ee396b016e29b (diff)
downloadlibfuse-52cb09d16ed7e233c35c0c33e72a952211a056b3.tar.gz
fix up statfs interface
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r--include/fuse_lowlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index a027163..f90d021 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -18,7 +18,7 @@
#include <utime.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/statfs.h>
+#include <sys/statvfs.h>
#include <sys/uio.h>
#ifdef __cplusplus
@@ -840,7 +840,7 @@ int fuse_reply_buf(fuse_req_t req, const char *buf, size_t size);
* @param stbuf filesystem statistics
* @return zero for success, -errno for failure to send reply
*/
-int fuse_reply_statfs(fuse_req_t req, const struct statfs *stbuf);
+int fuse_reply_statfs(fuse_req_t req, const struct statvfs *stbuf);
/**
* Reply with needed buffer size