]> git.sur5r.net Git - bacula/bacula/commitdiff
Kludge Darwin build problem
authorKern Sibbald <kern@sibbald.com>
Sun, 30 Nov 2008 16:20:21 +0000 (16:20 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 30 Nov 2008 16:20:21 +0000 (16:20 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8096 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/acl.c

index 6e17b198c653ee4b7bc4898c4f24e616816cee29..3e4d7c97769e50ca6a19e37fc35b8b0ca842313b 100644 (file)
@@ -256,7 +256,8 @@ static bool acl_is_trivial(acl_t acl)
    /*
     * acl is trivial if it is empty.
     */
-   return (acl_entries(acl) == 0);
+//   return (acl_entries(acl) == 0);
+   return true;  /* Allow to compile -- KES */
 }
 #else /* FreeBSD, IRIX, OSF1, Linux */
 static bool acl_is_trivial(acl_t acl)