From abdd45f83cea86410536d9a45aa317cc0511d9d2 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 31 Dec 2019 01:58:57 -0800 Subject: Make ioctl prototype conditional on FUSE_USE_VERSION. (#482) Define FUSE_USE_VERSION < 35 to get old ioctl prototype with int commands; define FUSE_USE_VERSION >= 35 to get new ioctl prototype with unsigned int commands. Fixes #463. --- ChangeLog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index 7087e71..1ca26f4 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,11 @@ +libfuse 3.10.0 (2019-12-14) +========================== + +* Make ioctl prototype conditional on FUSE_USE_VERSION. + Define FUSE_USE_VERSION < 35 to get old ioctl prototype + with int commands; define FUSE_USE_VERSION >= 35 to get + new ioctl prototype with unsigned int commands. + libfuse 3.9.0 (2019-12-14) ========================== -- cgit v1.2.3