summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2006-03-07 06:07:41 +0000
committerkientzle <kientzle@FreeBSD.org>2006-03-07 06:07:41 +0000
commit712c56267911abd53a3e221fadce4ee9523011d3 (patch)
tree6f69ca71e1a78e3a8449730fcba601a6ad93c6ea /usr.bin/tar
parenta9f98a4d3aaaa1f4a0a9ad2de8065221d059a11d (diff)
downloadFreeBSD-src-712c56267911abd53a3e221fadce4ee9523011d3.zip
FreeBSD-src-712c56267911abd53a3e221fadce4ee9523011d3.tar.gz
Add a check for Linux' "libacl" library and headers.
Diffstat (limited to 'usr.bin/tar')
-rw-r--r--usr.bin/tar/bsdtar_platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/tar/bsdtar_platform.h b/usr.bin/tar/bsdtar_platform.h
index 5367a14..f3d283b 100644
--- a/usr.bin/tar/bsdtar_platform.h
+++ b/usr.bin/tar/bsdtar_platform.h
@@ -127,6 +127,10 @@
#endif
#endif
+#ifdef HAVE_LIBACL
+#include <acl/libacl.h>
+#endif
+
#if HAVE_ACL_GET_PERM
#define ACL_GET_PERM acl_get_perm
#else
OpenPOWER on IntegriCloud