From 523a059fb7d5844ebcca279b2f83aff9164b444c Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Sun, 13 Dec 2015 11:31:00 -0600 Subject: fuse: Update to 2.9.4 Change-Id: I0877c624531286f47da29a7ab16c7ff3cfac0090 --- fuse/include/fuse_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fuse/include/fuse_common.h') diff --git a/fuse/include/fuse_common.h b/fuse/include/fuse_common.h index dab3a569a..f08778bd1 100644 --- a/fuse/include/fuse_common.h +++ b/fuse/include/fuse_common.h @@ -28,7 +28,7 @@ #define FUSE_MAKE_VERSION(maj, min) ((maj) * 10 + (min)) #define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION) -/* This interface uses 64 bit off64_t */ +/* This interface uses 64 bit off_t */ #if _FILE_OFFSET_BITS != 64 #error Please add -D_FILE_OFFSET_BITS=64 to your compile flags! #endif @@ -372,7 +372,7 @@ struct fuse_buf { * * Used if FUSE_BUF_FD_SEEK flag is set. */ - off64_t pos; + loff_t pos; }; /** -- cgit v1.2.3