summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-08-10 20:48:25 +0000
committerJeremy Allison <jra@samba.org>2001-08-10 20:48:25 +0000
commit16afd6d2bcb1aa2241919f0c7a6cc953cba8b2e6 (patch)
treebb18ec41d11594898eb725285587c0c179af5b51 /source3/include
parent4b2016305b7c43c61198f25175531d149db5e989 (diff)
downloadsamba-16afd6d2bcb1aa2241919f0c7a6cc953cba8b2e6.tar.gz
samba-16afd6d2bcb1aa2241919f0c7a6cc953cba8b2e6.tar.bz2
samba-16afd6d2bcb1aa2241919f0c7a6cc953cba8b2e6.zip
Added Mike Davidsons Tru64 ACL patch.
Jeremy. (This used to be commit 8c5e5f8c84cab4273ca28d6b5f543dd5d5b464fb)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/config.h.in2
-rw-r--r--source3/include/smb_acls.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index 3a0c747a3d..68c4a541d5 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -210,7 +210,7 @@
#undef HAVE_SOLARIS_ACLS
#undef HAVE_IRIX_ACLS
#undef HAVE_AIX_ACLS
-#undef HAVE_DRAFT13_POSIX_ACLS
+#undef HAVE_TRU64_ACLS
#undef HAVE_NO_ACLS
#undef HAVE_LIBPAM
#undef HAVE_ASPRINTF_DECL
diff --git a/source3/include/smb_acls.h b/source3/include/smb_acls.h
index 4b282481ff..37aa7cb65c 100644
--- a/source3/include/smb_acls.h
+++ b/source3/include/smb_acls.h
@@ -54,9 +54,9 @@
#define SMB_ACL_TYPE_ACCESS ACL_TYPE_ACCESS
#define SMB_ACL_TYPE_DEFAULT ACL_TYPE_DEFAULT
-#elif defined(HAVE_DRAFT13_POSIX_ACLS)
+#elif defined(HAVE_TRU64_ACLS)
-/* This is for DEC OSF/1 */
+/* This is for DEC/Compaq Tru64 UNIX */
#define SMB_ACL_TAG_T acl_tag_t
#define SMB_ACL_TYPE_T acl_type_t