A number of functions in libntfs-3g are generally useful, but are tied to extended attributes support and are not included when the library is built on platforms without extended attributes support. This proposal updates libntfs-3g to always include these functions. The only tricky part is dealing with the XATTR_CREATE and XATTR_REPLACE flags. These flags are defined in <sys/xattr.h>, so they must be redefined on platforms without extended attributes support. Signed-off-by: Eric Biggers <ebiggers3@gmail.com> |
||
---|---|---|
.. | ||
fuse-lite | ||
ntfs-3g | ||
Makefile.am |