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.pull/2/head
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