git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2299 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
 General:
 
 Changes to 1.37.34:
+06Aug05
+- Apply David's ACL fix to src/filed/acl.c
 05Aug05
 - Apply patches sent by David Duchscher <kreios@gmail.com> for
   making ACLs work on MacOS X and FreeBSD.
 
  *    with what we have and give all ACL streams a new number/type.
  */
 #endif
-#if !defined(HAVE_ACL)
-   || ( defined(HAVE_LINUX_OS)
-      || defined(HAVE_FREEBSD_OS)
-      || defined(HAVE_DARWIN_OS)
+#if !defined(HAVE_ACL) \
+   || !( defined(HAVE_LINUX_OS) \
+      || defined(HAVE_FREEBSD_OS) \
+      || defined(HAVE_DARWIN_OS) \
        )
 
 /* bacl_get() returns the lenght of the string, or -1 on error. */
 
 /* */
 #undef  VERSION
 #define VERSION "1.37.34"
-#define BDATE   "05 August 2005"
-#define LSMDATE "05Aug05"
+#define BDATE   "06 August 2005"
+#define LSMDATE "06Aug05"
 
 /* Debug flags */
 #undef  DEBUG