]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
FreeBSD has acl_get_perm_np()
authorTim Kientzle <kientzle@gmail.com>
Wed, 7 Jan 2009 05:15:56 +0000 (00:15 -0500)
committerTim Kientzle <kientzle@gmail.com>
Wed, 7 Jan 2009 05:15:56 +0000 (00:15 -0500)
SVN-Revision: 396

libarchive/config_freebsd.h

index a044d20b8055c012e085c116d216d588954b5314..c4c1380c100ecd027d35f58fae4102df1df2b91a 100644 (file)
@@ -28,6 +28,7 @@
 /* FreeBSD 5.0 and later have ACL support. */
 #if __FreeBSD__ > 4
 #define        HAVE_ACL_CREATE_ENTRY 1
+#define        HAVE_ACL_GET_PERM_NP 1
 #define        HAVE_ACL_INIT 1
 #define        HAVE_ACL_SET_FD 1
 #define        HAVE_ACL_SET_FD_NP 1