r22777: Fix for [Bug 4543] - POSIX ACL support on FreeBSD.
authorMichael Adam <obnox@samba.org>
Thu, 10 May 2007 13:31:15 +0000 (13:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:21:56 +0000 (12:21 -0500)
commit0aab2a8251fc46fe9f62fb1418a343e93467adf4
tree903b3fd77b10cbf6451afb98003f1c422f39d03a
parent4c185a6077322ba64231d23dda25a6b6d44d0b12
r22777: Fix for [Bug 4543] - POSIX ACL support on FreeBSD.

This adds vfs_posixacl to the list of static modules and
makes use of HAVE_ACL_GET_PERM_NP.

This is just a quick fix. FreeBSD acl support is still
hardcoded in configure.in, but actually this could be
detected in a unified test for freebsd, linux, *,
as suggested in the bugreport. This has still to be
checked and elaborated.

Michael
(This used to be commit af94654772f743f0c0b7809ff3f2ef019feb713a)
source3/configure.in
source3/modules/vfs_posixacl.c