attr:rebuild java attr/xattr error

This commit is contained in:
Rmys
2019-04-29 20:05:11 +03:00
parent 223783c39a
commit 16edc8fe0f
2 changed files with 19 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
/* Small shim until we update all packages. */
#ifndef __XATTR_H__
#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