commit: 73bff3edce06baac6545fbb881c068b13d51b8fc
parent d3132aa1b9a450e4f8813a19f6ee1243bf9eb8de
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 16 Jun 2020 01:20:10 -0700
fuse: Update to 3.9.2
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkg/fuse/config.h b/pkg/fuse/config.h
@@ -3,7 +3,7 @@
#define FUSE_USE_VERSION 35
#define IGNORE_MTAB
-#undef HAVE_COPY_FILE_RANGE
+#define HAVE_COPY_FILE_RANGE
#define HAVE_FALLOCATE
#define HAVE_FDATASYNC
#define HAVE_FORK
@@ -19,4 +19,4 @@
#undef HAVE_STRUCT_STAT_ST_ATIMESPEC
#define HAVE_UTIMENSAT
#define HAVE_VMSPLICE
-#define PACKAGE_VERSION "3.9.1"
+#define PACKAGE_VERSION "3.9.2"
diff --git a/pkg/fuse/ver b/pkg/fuse/ver
@@ -1 +1 @@
-3.9.1 r0
+3.9.2 r0