]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/acl.h
Fix a cosmetic bug that caused spurious OpenSSL error messages; there is no reason...
[bacula/bacula] / bacula / src / filed / acl.h
index 2d5676f24d3af7f885e12268254d4610f9ec93b0..7f10b000e8d9469c25b9e6730f3d85c9b7696fe7 100644 (file)
@@ -24,6 +24,9 @@
 #if defined(HAVE_FREEBSD_OS)
 #define BACL_CAP             (BACL_CAP_DEFAULTS|BACL_CAP_DEFAULTS_DIR)
 #define BACL_ENOTSUP         EOPNOTSUPP
+#elif defined(HAVE_DARWIN_OS)
+#define BACL_CAP             BACL_CAP_NONE
+#define BACL_ENOTSUP         EOPNOTSUPP
 #elif defined(HAVE_HPUX_OS)
 #define BACL_CAP             BACL_CAP_NONE
 #define BACL_ENOTSUP         EOPNOTSUPP