100-fix_xattr_disable.patch 275 B

1234567891011121314151617
  1. --- a/lib/xattr-at.c
  2. +++ b/lib/xattr-at.c
  3. @@ -18,6 +18,8 @@
  4. #include <config.h>
  5. +#ifdef HAVE_XATTRS
  6. +
  7. #include "xattr-at.h"
  8. #include "openat.h"
  9. @@ -108,3 +110,5 @@
  10. #undef AT_FUNC_RESULT
  11. #undef AT_FUNC_POST_FILE_PARAM_DECLS
  12. #undef AT_FUNC_POST_FILE_ARGS
  13. +
  14. +#endif