Port xattr-at.h to AIX 7.1
* lib/xattr-at.h: Include <errno.h> before testing whether ENOATTR is defined.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
# include <attr/xattr.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#ifndef ENOATTR
|
||||
# define ENOATTR ENODATA /* No such attribute */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user