aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-05-15 09:33:40 +0200
committerAnthony G. Basile <blueness@gentoo.org>2018-11-28 16:33:12 -0500
commitabeac3adcbfa4b853b9a7d727f5c6b134fad6fe5 (patch)
treeb17e3ee037e218f77199706ee1ea3d2052a580d7 /scripts
parentREADME.md: update (diff)
downloadelfix-abeac3adcbfa4b853b9a7d727f5c6b134fad6fe5.tar.gz
elfix-abeac3adcbfa4b853b9a7d727f5c6b134fad6fe5.tar.bz2
elfix-abeac3adcbfa4b853b9a7d727f5c6b134fad6fe5.zip
attr/xattr.h is deprecated. Use sys/xattr.h instead
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/paxmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/paxmodule.c b/scripts/paxmodule.c
index 1355f86..6a93420 100644
--- a/scripts/paxmodule.c
+++ b/scripts/paxmodule.c
@@ -45,7 +45,7 @@
#endif
#ifdef XTPAX
- #include <attr/xattr.h>
+ #include <sys/xattr.h>
#define PAX_NAMESPACE "user.pax.flags"
#endif