Removed <linux/fs.h> from lowntfs-3g.c

The headers from <linux.fs.h> now conflicts with <sys/uio.h> and are
not needed any more, so remove them.
This commit is contained in:
Jean-Pierre André 2020-03-07 11:50:26 +01:00
parent 39384c8a1b
commit 688578c1a6

View File

@ -86,10 +86,6 @@
#include <sys/param.h>
#endif /* defined(__APPLE__) || defined(__DARWIN__), ... */
#ifdef HAVE_LINUX_FS_H
#include <linux/fs.h>
#endif
#ifndef FUSE_CAP_POSIX_ACL /* until defined in <fuse/fuse_common.h> */
#define FUSE_CAP_POSIX_ACL (1 << 18)
#endif /* FUSE_CAP_POSIX_ACL */