From: Tim Kientzle Date: Wed, 7 Jan 2009 05:15:56 +0000 (-0500) Subject: FreeBSD has acl_get_perm_np() X-Git-Tag: v2.7.0~454 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab2fccdc02814a00f85a8240c565c724ceba7b8a;p=thirdparty%2Flibarchive.git FreeBSD has acl_get_perm_np() SVN-Revision: 396 --- diff --git a/libarchive/config_freebsd.h b/libarchive/config_freebsd.h index a044d20b8..c4c1380c1 100644 --- a/libarchive/config_freebsd.h +++ b/libarchive/config_freebsd.h @@ -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