ath9k: switch to using mac80211 intermediate software queues
[openwrt/staging/yousong.git] / tools / tar / patches / 100-fix_xattr_disable.patch
1 --- a/lib/xattr-at.c
2 +++ b/lib/xattr-at.c
3 @@ -18,6 +18,8 @@
4
5 #include <config.h>
6
7 +#ifdef HAVE_XATTRS
8 +
9 #include "xattr-at.h"
10 #include "openat.h"
11
12 @@ -108,3 +110,5 @@
13 #undef AT_FUNC_RESULT
14 #undef AT_FUNC_POST_FILE_PARAM_DECLS
15 #undef AT_FUNC_POST_FILE_ARGS
16 +
17 +#endif