From 1c72d476ec43f7213447eb44d8334d49e092774e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 13 Aug 2008 15:56:44 +0200 Subject: 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) --- source3/include/includes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include') 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 -- cgit