Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)
authorBill Zissimopoulos <billziss@navimatics.com>
Tue, 31 Dec 2019 09:58:57 +0000 (01:58 -0800)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 31 Dec 2019 09:58:57 +0000 (09:58 +0000)
commitabdd45f83cea86410536d9a45aa317cc0511d9d2
treeb8a43cbf6954caca556b9219f8bafa107b4ac66b
parentb5060b0642f6f97a934c4fc6a8d4dcd84d454fe7
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
example/ioctl.c
include/fuse.h
include/fuse_lowlevel.h
lib/meson.build
util/meson.build