]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Port xattr-at.h to AIX 7.1
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 8 Mar 2021 01:55:45 +0000 (17:55 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 8 Mar 2021 02:30:08 +0000 (18:30 -0800)
* lib/xattr-at.h: Include <errno.h> before testing whether
ENOATTR is defined.

lib/xattr-at.h

index cab43958b12b0ef8ec18f77a6f4c5bc1303b4842..1b93244dc625226c6df4b4ee8804b90c53204271 100644 (file)
@@ -26,6 +26,7 @@
 # include <attr/xattr.h>
 #endif
 
+#include <errno.h>
 #ifndef ENOATTR
 # define ENOATTR ENODATA        /* No such attribute */
 #endif