sys-apps/attr: Revbump to also define ENOATTR in xattr.h shim file.
authorLars Wendler <polynomial-c@gentoo.org>
Fri, 22 Jun 2018 13:37:06 +0000 (15:37 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Fri, 22 Jun 2018 13:37:25 +0000 (15:37 +0200)
Bug: https://bugs.gentoo.org/658744
Package-Manager: Portage-2.3.40, Repoman-2.3.9

sys-apps/attr/attr-2.4.48-r2.ebuild [moved from sys-apps/attr/attr-2.4.48-r1.ebuild with 100% similarity]
sys-apps/attr/files/xattr-shim.h

index 818b4c1690c7d197de4a4156c3b09665f17469b3..88a12354318d0f47af54841a6fadc68e0dc417c3 100644 (file)
@@ -3,4 +3,7 @@
 #define __XATTR_H__
 #include <sys/xattr.h>
 #warning "Please change your <attr/xattr.h> includes to <sys/xattr.h>"
+# ifndef ENOATTR
+#  define ENOATTR ENODATA
+# endif /* ENOATTR */
 #endif