summaryrefslogtreecommitdiff
Diffstat
-rwxr-xr-xconfig.h2
-rwxr-xr-xinclude/fuse-lite/fuse.h6
-rwxr-xr-xinclude/fuse-lite/fuse_lowlevel.h4
-rwxr-xr-xlibfuse-lite/fuse.c6
-rwxr-xr-xlibfuse-lite/fuse_lowlevel.c10
-rwxr-xr-xsrc/lowntfs-3g.c2
-rwxr-xr-xsrc/ntfs-3g.c6
7 files changed, 18 insertions, 18 deletions
diff --git a/include/fuse-lite/fuse_lowlevel.h b/include/fuse-lite/fuse_lowlevel.h
index 5b6dc6d..e921d15 100755
--- a/include/fuse-lite/fuse_lowlevel.h
+++ b/include/fuse-lite/fuse_lowlevel.h
@@ -26,7 +26,7 @@
#if HAVE_SYS_STATVFS_H
-#include <sys/statvfs.h>
+#include <sys/statfs.h>
#endif
#include <sys/uio.h>
@@ -961,7 +961,7 @@ int fuse_reply_iov(fuse_req_t req, const struct iovec *iov, int count);
* @return zero for success, -errno for failure to send reply
*/
#if HAVE_SYS_STATVFS_H
-int fuse_reply_statfs(fuse_req_t req, const struct statvfs *stbuf);
+int fuse_reply_statfs(fuse_req_t req, const struct statfs *stbuf);
#endif