s3-vfs acl modules: more non-linux build fixes.
authorGünther Deschner <gd@samba.org>
Wed, 30 Mar 2011 13:14:05 +0000 (15:14 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 30 Mar 2011 14:00:02 +0000 (16:00 +0200)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Mar 30 16:00:02 CEST 2011 on sn-devel-104

source3/modules/vfs_afsacl.c
source3/modules/vfs_aixacl.c
source3/modules/vfs_hpuxacl.c
source3/modules/vfs_irixacl.c
source3/modules/vfs_posixacl.c
source3/modules/vfs_tru64acl.c
source3/modules/vfs_zfsacl.c

index 9f085ce317bc0a3aeced280ec1aa99a14e5bd083..06ce6f5f8d8f917eddd53dd955d98bbcbc61569d 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/smbd.h"
 
 #undef DBGC_CLASS
index 30a65c87bd4be8320c9b2c430d65b1e0a35ad200..c09bdb5bb81acc79c21793fc8fe1317fc46226c9 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/smbd.h"
 
 extern SMB_ACL_T aixacl_to_smbacl( struct acl *file_acl);
index 1df3fbbf5a5b808bd71948f2771524fbb30d72b7..bd1eee6ba42d9e18f07ac0bf908895d4791927b8 100644 (file)
@@ -47,6 +47,7 @@
 
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/smbd.h"
 
 /* 
index cceddb2f8def616050462c4c26e5dee7736b295b..26f13cf6f06299773a07fe4a40007c8489278e76 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/smbd.h"
 
 /* prototypes for private functions first - for clarity */
index 9890110d9869d7bf725a4c2ba616a482aef21c7f..539ced2b74b39ba893f52a3c5b34fc4679f7bc2d 100644 (file)
@@ -18,8 +18,8 @@
 */
 
 #include "includes.h"
-#include "smbd/smbd.h"
 #include "system/filesys.h"
+#include "smbd/smbd.h"
 
 
 /* prototypes for static functions first - for clarity */
index de3c415863f312e1dbdd578aed58d8c1f32bde7f..f7457af627f2c2e0f90fe43738c3cf16a491e644 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/smbd.h"
 
 /* prototypes for private functions first - for clarity */
index 2dbc2b92c4e7142d7ca06b775dfa5f4713dc2b61..286720a354c65695541ce85b79a5ee6b19ceb7ba 100644 (file)
@@ -23,6 +23,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/smbd.h"
 #include "nfs4_acls.h"