ntfs-3g/include/fuse-lite
Jean-Pierre André 32c27a8a4f Defined the request argument of ioctl() as unsigned long
On linux the request argument of ioctl() is defined as an unsigned long,
but the fuse protocol squashes it into a signed int. As a consequence
the value received by ntfs-3g may appear as negative and different from
the value defined by the corresponding macro.
So define the request argument as unsigned long in ntfs-3g. It has
however to be fed as unsigned from fuse until the fuse protocol is
updated.
2020-03-07 10:31:12 +01:00
..
fuse_common.h Got ready for Posix ACL support in fuse kernel 2017-02-11 10:21:07 +01:00
fuse_kernel.h Got ready for Posix ACL support in fuse kernel 2017-02-11 10:21:07 +01:00
fuse_lowlevel_compat.h add missing fuse-lite files 2009-10-03 07:19:30 +00:00
fuse_lowlevel.h Defined the request argument of ioctl() as unsigned long 2020-03-07 10:31:12 +01:00
fuse_opt.h add missing fuse-lite files 2009-10-03 07:19:30 +00:00
fuse.h Defined the request argument of ioctl() as unsigned long 2020-03-07 10:31:12 +01:00
Makefile.am Updating the source directory tree 2008-03-28 14:42:50 +00:00