mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 10:04:00 +08:00
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:
parent
39384c8a1b
commit
688578c1a6
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user