summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-13 15:56:44 +0200
committerMichael Adam <obnox@samba.org>2008-08-14 11:22:48 +0200
commit1c72d476ec43f7213447eb44d8334d49e092774e (patch)
tree0eeb547313d42e69fd9babc940dd067d866f2a39 /source3/include
parent14fd4ac3eacbdb19c53580a580c9c9189176554d (diff)
downloadsamba-1c72d476ec43f7213447eb44d8334d49e092774e.tar.gz
samba-1c72d476ec43f7213447eb44d8334d49e092774e.tar.bz2
samba-1c72d476ec43f7213447eb44d8334d49e092774e.zip
Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h.
Thereby (hopefully) fixing the potential build problems with solaris acls. Michael (This used to be commit 8413c05afcde65006fa7c8743f30b53cc33c1729)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 0e17c75ef3..fdfcc1ab14 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -802,6 +802,10 @@ enum flush_reason_enum {
#include "modules/vfs_tru64acl.h"
#endif
+#if defined(HAVE_SOLARIS_ACLS) || defined(HAVE_UNIXWARE_ACLS)
+#include "modules/vfs_solarisacl.h"
+#endif
+
#ifdef HAVE_LDAP
#include "ads_protos.h"
#endif