]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/acl.c
Added support for TRU64 Extended Attributes interface.
[bacula/bacula] / bacula / src / filed / acl.c
index e3be782f3a328a1b22180128bfa5088090f1804d..d3a4d2dcda10874ad70ec089e0dfba3411a5af36 100644 (file)
@@ -404,7 +404,7 @@ static bacl_exit_code (*os_parse_acl_streams)(JCR *jcr, int stream) = aix_parse_
 #elif defined(HAVE_DARWIN_OS) || \
       defined(HAVE_FREEBSD_OS) || \
       defined(HAVE_IRIX_OS) || \
-      defined(HAVE_OSF1_OS) || \
+      defined(HAVE_TRU64_OS) || \
       defined(HAVE_LINUX_OS)
 
 #include <sys/types.h>
@@ -457,7 +457,7 @@ static acl_type_t bac_to_os_acltype(bacl_type acltype)
 #ifdef ACL_TYPE_DEFAULT_DIR
    case BACL_TYPE_DEFAULT_DIR:
       /**
-       * OSF1 has an additional acl type named ACL_TYPE_DEFAULT_DIR.
+       * TRU64 has an additional acl type named ACL_TYPE_DEFAULT_DIR.
        */
       ostype = ACL_TYPE_DEFAULT_DIR;
       break;
@@ -534,7 +534,7 @@ static bool acl_is_trivial(acl_t acl)
          return false;
    }
    return true;
-#elif defined(HAVE_OSF1_OS)
+#elif defined(HAVE_TRU64_OS)
    int count;
 
    ace = acl->acl_first;
@@ -879,7 +879,7 @@ static bacl_exit_code generic_parse_acl_streams(JCR *jcr, int stream)
 static bacl_exit_code (*os_build_acl_streams)(JCR *jcr, FF_PKT *ff_pkt) = generic_build_acl_streams;
 static bacl_exit_code (*os_parse_acl_streams)(JCR *jcr, int stream) = generic_parse_acl_streams;
 
-#elif defined(HAVE_OSF1_OS)
+#elif defined(HAVE_TRU64_OS)
 
 /**
  * Define the supported ACL streams for this OS