s3-includes: only include system/filesys.h when needed.
authorGünther Deschner <gd@samba.org>
Fri, 25 Feb 2011 22:20:06 +0000 (23:20 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 29 Mar 2011 23:13:07 +0000 (01:13 +0200)
Guenther

132 files changed:
libgpo/gpo_util.c
source3/auth/user_util.c
source3/client/client.c
source3/client/clitar.c
source3/client/smbspool.c
source3/groupdb/mapping_tdb.c
source3/include/includes.h
source3/intl/lang_tdb.c
source3/lib/conn_tdb.c
source3/lib/dbwrap_ctdb.c
source3/lib/dumpcore.c
source3/lib/eventlog/eventlog.c
source3/lib/g_lock.c
source3/lib/gencache.c
source3/lib/messages_local.c
source3/lib/pidfile.c
source3/lib/popt_common.c
source3/lib/recvfile.c
source3/lib/server_mutex.c
source3/lib/serverid.c
source3/lib/sessionid_tdb.c
source3/lib/sharesec.c
source3/lib/system.c
source3/lib/tdb_validate.c
source3/lib/util.c
source3/lib/util_sock.c
source3/lib/util_tdb.c
source3/libads/kerberos.c
source3/libgpo/gpo_filesync.c
source3/libsmb/clifile.c
source3/libsmb/samlogon_cache.c
source3/libsmb/smb_share_modes.c
source3/locking/brlock.c
source3/locking/locking.c
source3/locking/posix.c
source3/modules/nfs4_acls.c
source3/modules/vfs_acl_common.c
source3/modules/vfs_acl_tdb.c
source3/modules/vfs_audit.c
source3/modules/vfs_crossrename.c
source3/modules/vfs_default.c
source3/modules/vfs_dirsort.c
source3/modules/vfs_expand_msdfs.c
source3/modules/vfs_extd_audit.c
source3/modules/vfs_fake_perms.c
source3/modules/vfs_fileid.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_linux_xfs_sgid.c
source3/modules/vfs_netatalk.c
source3/modules/vfs_posixacl.c
source3/modules/vfs_preopen.c
source3/modules/vfs_readahead.c
source3/modules/vfs_recycle.c
source3/modules/vfs_scannedonly.c
source3/modules/vfs_shadow_copy2.c
source3/modules/vfs_streams_depot.c
source3/modules/vfs_streams_xattr.c
source3/modules/vfs_syncops.c
source3/modules/vfs_xattr_tdb.c
source3/nmbd/nmbd.c
source3/nmbd/nmbd_namelistdb.c
source3/nmbd/nmbd_serverlistdb.c
source3/nmbd/nmbd_synclists.c
source3/nmbd/nmbd_winsserver.c
source3/param/loadparm.c
source3/passdb/account_pol.c
source3/passdb/login_cache.c
source3/passdb/pdb_smbpasswd.c
source3/passdb/pdb_tdb.c
source3/passdb/secrets.c
source3/printing/nt_printing_migrate.c
source3/printing/nt_printing_tdb.c
source3/printing/print_standard.c
source3/printing/printer_list.c
source3/printing/printing.c
source3/printing/printing_db.c
source3/printing/tests/vlp.c
source3/registry/reg_api_regf.c
source3/registry/reg_backend_db.c
source3/registry/reg_parse.c
source3/registry/reg_perfcount.c
source3/registry/regfio.c
source3/rpc_server/samr/srv_samr_chgpasswd.c
source3/rpc_server/srv_pipe.c
source3/rpc_server/svcctl/srv_svcctl_reg.c
source3/smbd/close.c
source3/smbd/dir.c
source3/smbd/dosmode.c
source3/smbd/file_access.c
source3/smbd/filename.c
source3/smbd/mangle_hash.c
source3/smbd/msdfs.c
source3/smbd/notify_internal.c
source3/smbd/nttrans.c
source3/smbd/open.c
source3/smbd/oplock_linux.c
source3/smbd/posix_acls.c
source3/smbd/process.c
source3/smbd/reply.c
source3/smbd/server.c
source3/smbd/service.c
source3/smbd/smb2_read.c
source3/smbd/statvfs.c
source3/smbd/trans2.c
source3/smbd/vfs.c
source3/torture/cmd_vfs.c
source3/torture/denytest.c
source3/torture/locktest.c
source3/torture/locktest2.c
source3/torture/mangle_test.c
source3/torture/masktest.c
source3/torture/scanner.c
source3/torture/smbiconv.c
source3/torture/utable.c
source3/utils/dbwrap_tool.c
source3/utils/dbwrap_torture.c
source3/utils/net_conf.c
source3/utils/net_idmap.c
source3/utils/net_printing.c
source3/utils/net_rpc_printer.c
source3/utils/net_rpc_registry.c
source3/utils/net_usershare.c
source3/utils/profiles.c
source3/utils/smbcontrol.c
source3/utils/smbfilter.c
source3/utils/status.c
source3/utils/testparm.c
source3/web/cgi.c
source3/web/swat.c
source3/winbindd/idmap_autorid.c
source3/winbindd/idmap_tdb.c
source3/winbindd/winbindd_cache.c

index 9e4687ddc95cf89edeedd32de5b9c296a43b5f68..553402a4274fd581e5a48457d3722a4800acd8dd 100644 (file)
  */
 #define TALLOC_DEPRECATED 1
 #include "includes.h"
+#include "system/filesys.h"
 #include "librpc/gen_ndr/ndr_misc.h"
 #include "../librpc/gen_ndr/ndr_security.h"
 #include "../libgpo/gpo.h"
 #include "../libcli/security/security.h"
 #if _SAMBA_BUILD_ == 4
-#include "system/filesys.h"
 #include "auth/auth.h"
 #include <talloc.h>
 #include "source4/libgpo/ads_convenience.h"
index d6c47a83321eb6918134ac022e30897afa3e4a7c..4ed6db1f62fa292fe07a9eb0dcb7c3e38b5c34ce 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 /*******************************************************************
  Map a username from a dos name to a unix name by looking in the username
index bc4816be8c3bb5b0a627c5b3f495e96be5a0d3a5..29ef0e6679346b442876b7d3954bbc5f7068a8fe 100644 (file)
@@ -22,6 +22,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "popt_common.h"
 #include "rpc_client/cli_pipe.h"
 #include "client/client_proto.h"
index ac891aa7e8c613be530af33348f0bfafd290d31d..b46115becf34e8b4d888e16d61705debcb91c37e 100644 (file)
@@ -35,6 +35,7 @@
 
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "clitar.h"
 #include "client/client_proto.h"
 
index 2add37f49d2641e36a2061abab1f7e2b3038fba0..98c350d7ddbeca7c8e470057cc5bd88aea2d9146 100644 (file)
@@ -23,6 +23,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "system/passwd.h"
 
 /*
index cd9a59cb4f75408c812d3ae99bf99a4a2f78ad70..2634552127740a568b52beaffd93594d3a0c63d4 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "groupdb/mapping.h"
 #include "dbwrap.h"
 #include "../libcli/security/security.h"
index 6fc8809e88614fdd26427948ac79772125d37ead..91b81e4ea04697d350f1a5797900ec7039668ed0 100644 (file)
@@ -69,7 +69,6 @@
 #endif /* RELIANTUNIX */
 
 #include "system/dir.h"
-#include "system/filesys.h"
 #include "system/locale.h"
 #include "system/time.h"
 #include "system/wait.h"
index ac7e9dda4042133362917f7b6c65a095f0998539..19a50c49f66e570261c11771b3768b5c69b28461 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 static TDB_CONTEXT *tdb;
 
index e4c5e720144e7a2c19e2ab7fcc8c5dbd3a1eba8e..50f0d9fa1bb10a41c8632d1166a66c30134bcac7 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/globals.h"
 #include "dbwrap.h"
 
index 46ec6dec293d4d92cb9d40c0b2e48924fec88928..9b0b66c1f0f3993d6ef5f7cf09d3013129784805 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #ifdef CLUSTER_SUPPORT
 #include "ctdb.h"
 #include "ctdb_private.h"
index 59a891205afec61ceea10b9fa90952a2820a8001..90acc1679b69d3ab2e8f9cabf177cf15cbdd3507 100644 (file)
@@ -26,6 +26,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 #ifdef HAVE_SYS_SYSCTL_H
 #include <sys/sysctl.h>
index 70062345a6ad982808e7dc047c5b167a2614119b..4941199c5eaf050b1647225589a8635d7694e0e0 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "lib/eventlog/eventlog.h"
 #include "../libcli/security/security.h"
 
index dfbcf8445c0d21b1395d99a0b7fc0c5371afbd96..59f1d590b64cf639cf95cdc4ac389632ceb5c25b 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "g_lock.h"
 #include "librpc/gen_ndr/messaging.h"
 #include "ctdbd_conn.h"
index 2bbc952108adc54180ce4f46abf8b612d0c06953..67c37f34e73cd9b0d972d630cdf9b818cebab285 100644 (file)
@@ -22,6 +22,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "system/glob.h"
 
 #undef  DBGC_CLASS
index 8cc060b9e2bf26506ce19129d7789ad0c021d165..9b3a7ed7c7620d6be9ac309414e9211d6a18bbbc 100644 (file)
@@ -43,6 +43,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "librpc/gen_ndr/messaging.h"
 #include "librpc/gen_ndr/ndr_messaging.h"
 
index a3e39db7848382dfcf85bba17179d551eade14eb..88d0fb07ea76a0e3b728ff0037c44f01c8f7e671 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 #ifndef O_NONBLOCK
 #define O_NONBLOCK
index 8ff2b8023bf2c405455648fc308e3c0aacc5ab7b..128b9c187064eeabff8990aafaa41b1fa4bea56e 100644 (file)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "popt_common.h"
 
 /* Handle command line options:
index ea0159642137390a0f7e57a123684e6e63e47581..7cbb8a0b92e3587c544230a02e1722451350456e 100644 (file)
@@ -24,6 +24,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 /* Do this on our own in TRANSFER_BUF_SIZE chunks.
  * It's safe to make direct syscalls to lseek/write here
index 43c0de1975f5d6d57415b93004b8f7924bb73833..1ba9d6a65be9104edcee4bd86657572b7d951b2b 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 /* For reasons known only to MS, many of their NT/Win2k versions
    need serialised access only.  Two connections at the same time
index a8cdcfa2a9d3b338f4d15ed35dfddcc2b90f6615..f13c66e2c912c4eab66cc252a6ff5eadca80a08f 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "serverid.h"
 #include "dbwrap.h"
 
index 1a91c047523ea6805ee8a86579912ee0139b254b..ab54ec9ca5f8222ca0fcc611ebb7f3a644367818 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "dbwrap.h"
 #include "session.h"
 
index 59be365e1ef9fb71fda55805e95bc970cb621cb4..c84e8fa00b2cde7cab3afe794d28f3d662e152a9 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "../libcli/security/security.h"
 #include "../librpc/gen_ndr/ndr_security.h"
 #include "dbwrap.h"
index f846dcac8956699ec47aeed9edc63b189044e782..52b64772666499adc6fae52e287bbf1559c3013f 100644 (file)
@@ -24,6 +24,7 @@
 #include "system/syslog.h"
 #include "system/capability.h"
 #include "system/passwd.h"
+#include "system/filesys.h"
 
 #ifdef HAVE_SYS_PRCTL_H
 #include <sys/prctl.h>
index e001d9cb768af5fe64ac2449e7ce550fa75a6f85..b91ea7af834b35d6a93c4584f30582bc1e4c0884 100644 (file)
@@ -19,8 +19,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "tdb_validate.h"
 #include "includes.h"
+#include "system/filesys.h"
+#include "tdb_validate.h"
 
 /*
  * internal validation function, executed by the child.
index 1bd199cca673bd47c38a4e1db14f5d0d50315887..973670ede08dc24748ca2073fe8b33c652d127a8 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "includes.h"
 #include "system/passwd.h"
+#include "system/filesys.h"
 #include "popt_common.h"
 #include "secrets.h"
 #include "ctdbd_conn.h"
index 0c7db2e134344920a5e25a361a9b419afd9f906a..b010c991f798bfdcce93ab065d184361727b41d1 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "memcache.h"
 #include "../lib/async_req/async_sock.h"
 #include "../lib/util/select.h"
index aef4a7dec33f505205e1c901403031c33552bca6..a9290ab94aee7c0826684242b8531ebb50b2a856 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #undef malloc
 #undef realloc
 #undef calloc
index 11bfb4d069d659dea30a552997b633b905aa5b9b..d496ade71b0ce0a006eb190fc391e44dcd07bb8f 100644 (file)
@@ -22,6 +22,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smb_krb5.h"
 #include "../librpc/gen_ndr/ndr_misc.h"
 #include "libads/kerberos_proto.h"
index 4e3b93809ef835c2e6dfc6f68bf0d9f3ed9c56b8..be964a201e4f2ac3deec6adf351c12880abf211e 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "../libgpo/gpo.h"
 #include "libgpo/gpo_proto.h"
 
index 3ffe520fa7ad404506e5c5674f4df707a0a1ea6d..0c6740e59c57465f372719e13efd4602bfe02d2c 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "async_smb.h"
 #include "libsmb/clirap.h"
 #include "trans2.h"
index f3ef9547b7b38a2b10f4723a0a6b5e5980e98163..facdbc7dc194f6fa77c9cd79c0c15aeba1840436 100644 (file)
@@ -22,6 +22,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "librpc/gen_ndr/ndr_krb5pac.h"
 #include "../libcli/security/security.h"
 
index bf3250bab4420870558fb098aa71d58fa3eff426..1a6c2123ed6698f5dc686606a157232a475df035 100644 (file)
@@ -25,6 +25,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smb_share_modes.h"
 
 /* Database context handle. */
index 95194dad16bcf08ed786a312c73e29955b8ad3c8..015289708167e97cc2b00fda74764f77d1c6d482 100644 (file)
@@ -25,6 +25,7 @@
    used. This allows us to provide the same semantics as NT */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "librpc/gen_ndr/messaging.h"
 #include "smbd/globals.h"
 #include "dbwrap.h"
index 32d1b34faae1b29e5406e3ebd371187ce749809b..bfdf8092fd4cdf7d38ae287514e59c506988e420 100644 (file)
@@ -36,6 +36,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "librpc/gen_ndr/messaging.h"
 #include "smbd/globals.h"
 #include "dbwrap.h"
index 3bddb630dbacc01cc4072e96e04680b8a4991ff5..c0eca295a2339d9b9dc3b5bcd2843f5bea9e990d 100644 (file)
@@ -22,6 +22,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "dbwrap.h"
 
 #undef DBGC_CLASS
index 952bc9c6c1beae1faafd639dffea680e3fe388a9..bb457fdc6a2a8f9948670caf1ca49029c8320b5c 100644 (file)
@@ -23,6 +23,7 @@
 #include "../libcli/security/dom_sid.h"
 #include "../libcli/security/security.h"
 #include "include/dbwrap.h"
+#include "system/filesys.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_ACLS
index e01ac4ec5f38c28d824f584e0d0731a3837ecb35..0e513ee682c8f81a36b6b24cd04079d3c89c3056 100644 (file)
@@ -19,6 +19,7 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "system/filesys.h"
 #include "../libcli/security/security.h"
 #include "../librpc/gen_ndr/ndr_security.h"
 
index 5fc1bc03f2228465b4321bce163495c181a3356c..27aa37a8e0728238a7827cd1d43a104531da616c 100644 (file)
@@ -21,6 +21,7 @@
 /* NOTE: This is an experimental module, not yet finished. JRA. */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "librpc/gen_ndr/xattr.h"
 #include "librpc/gen_ndr/ndr_xattr.h"
 #include "../lib/crypto/crypto.h"
index a073da8d912c7f3b5750770148dcab810f8be45c..cb1a5d3a0c3d004c3c6aa4324a5588ed2c9ecad2 100644 (file)
@@ -22,6 +22,7 @@
 
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "system/syslog.h"
 
 #undef DBGC_CLASS
index ad8f45ac3f1d8e7381c0233653e073f87701ff3a..a754b1ff769a550af3c4026f41ce4e38fe585e1b 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 
 #define MODULE "crossrename"
index b7e70a608b0d4a499b8398454efb590df1bfc4e8..886798ebc3d68a317ec3e5f24b44eeda49c3023b 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_VFS
index 82a3a4bb98f0e1c43360aef5f50e6c218377b374..050c7342c09214cd3c31bdc1429ea0b34c362c0e 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 static int compare_dirent (const SMB_STRUCT_DIRENT *da, const SMB_STRUCT_DIRENT *db)
 {
index 96f68e02c8d3024a686ef26688392407c6d24690..45cc32c88e518e505e3c04a579a604c513aa2178 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "../librpc/gen_ndr/ndr_netlogon.h"
 #include "smbd/globals.h"
 
index dd2f9a832e1793eacff291e728754e5056b43fcb..326e40428ebd5de16c0c582b0b408db462f2ad05 100644 (file)
@@ -23,6 +23,7 @@
 
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "system/syslog.h"
 
 static int vfs_extd_audit_debug_level = DBGC_VFS;
index af8b41065720be46d20b1656b30fd375721cf0f6..344b15f95da1839c7ea8d2429eec4e4337a7f242 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_VFS
index 559b520d1cd0d7473155c103e057fd980cf2cc15..27da7d63bb0638d77483584b6b2fa539e5eb89fd 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 static int vfs_fileid_debug_level = DBGC_VFS;
 
index aba5f83b441bc07ee9b1b6a989ddd02da62478df..71a87233152ac7578ca28d5078b0bfb0a88f9fee 100644 (file)
@@ -58,6 +58,7 @@
 
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "system/syslog.h"
 #include "../librpc/gen_ndr/ndr_netlogon.h"
 
index e01b2d1157349ce17688bc2ead5a6973a9878cd9..ca2b5b58a794936cea4dde1208e04f2013f79503 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 static int linux_xfs_sgid_mkdir(vfs_handle_struct *handle,  const char *path, mode_t mode)
 {
index 734c603618f40a58bf72b3ed384a5e4508da5b2a..11559aea0e4df079f1af901edb9f94e165d2b86e 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_VFS
index 9dd25a781e9fd7bb9069b7b309594563e170f27b..6bdfeda6465468e585632fe2b7b4f93cf8cc686c 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 
 /* prototypes for static functions first - for clarity */
index e545901035bc1853e942565d659777fb4f69264e..12a2f9df374ff5a907fe5596e861a1c662a810c0 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 struct preopen_state;
 
index e7a7dd305ccecb7ee933639f837332910024a0f4..0fd745d66a269cc0ede1fae031f579c229a2ed28 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 struct readahead_data {
        SMB_OFF_T off_bound;
index 626147ca83a6aceb19f3dfd5ba39714a3494e480..607ce3a4b83ee1ecc90ee98fd1bc4ba7da97fa1f 100644 (file)
@@ -23,6 +23,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "../librpc/gen_ndr/ndr_netlogon.h"
 
 #define ALLOC_CHECK(ptr, label) do { if ((ptr) == NULL) { DEBUG(0, ("recycle.bin: out of memory!\n")); errno = ENOMEM; goto label; } } while(0)
index fd6c3e2077bd239feb54ed11f05246e105ba1fec..db18a077f50e09418082b83fbb17e36c29ceae91 100644 (file)
@@ -48,6 +48,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 #include "config.h"
 
index e3c3f9f3a06b8de3a85fcb8336e3badc0b205a98..788270cf15182c24f22bba720e7958f74564305a 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 /*
 
index 9870d0d571b12b647db02562b00be4924903bd69..ac0b95a63b9e738b87f682191ad4aa7b5fe67c1e 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_VFS
index fb83c5b789f135d80caf056802d388d2c5d8a061..6912a8b61099757d36257d2e14376fa9db5991e0 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "../lib/crypto/md5.h"
 
 #undef DBGC_CLASS
index d5770d092cd0b9f640d3bc1d186be3469eff8288..a828e921656ca831881bb06da2f1cfca55e3cb33 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 /*
 
index 594f2e635c9dd41077cf6b1bd2ec74cbf02bd1de..b98ebb3df600d7c3ba61d4f3e5f9ea4c779efe7b 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "librpc/gen_ndr/xattr.h"
 #include "librpc/gen_ndr/ndr_xattr.h"
 #include "../librpc/gen_ndr/ndr_netlogon.h"
index 9796815b27f025f1158d5d478d1e51fd1f44b577..ac199c50517484359f2abf9f21f4ffde6f0cdd19 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "popt_common.h"
 #include "librpc/gen_ndr/messaging.h"
 #include "nmbd/nmbd.h"
index 9c5d0efde2a983ebb8f02ba2b261950333fdf5d7..c6315f665d7f144d32f58292a522a5814396b696 100644 (file)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "nmbd/nmbd.h"
 
 uint16 samba_nb_type = 0; /* samba's NetBIOS name type */
index acb5310a6406dbb8f9e3f878c6c9d58469b4b475..01627c333133239ee2065a3e373c8d9d815c7aa8 100644 (file)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "../librpc/gen_ndr/svcctl.h"
 #include "nmbd/nmbd.h"
 
index 136a5c416cf05768774ef895d478a5b512b7668c..2fd510cedd870a1c8513690c42bc5f31fe2a003d 100644 (file)
@@ -27,6 +27,7 @@
    also allows us to have more than 1 sync going at once (tridge) */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "../librpc/gen_ndr/svcctl.h"
 #include "nmbd/nmbd.h"
 #include "libsmb/clirap.h"
index 2f48bc737f3c6eca511696bcdcf7047ced9b4f82..976b99023ebf5e40896d5b1dbe589830ec7e2a15 100644 (file)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "nmbd/nmbd.h"
 
 #define WINS_LIST "wins.dat"
index 49b9248ca6745b174a2e745f798be2830791fd22..172e5c446ab9bfa65da78b42929d5a7b7bd57d0e 100644 (file)
@@ -52,6 +52,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "printing.h"
 #include "lib/smbconf/smbconf.h"
 #include "lib/smbconf/smbconf_init.h"
index 40d8ddd4c9cd08361356d155b09ec6c5aa8fd53b..a30b9ca32a7ce65f36caa4aa0e769b9655699a28 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "dbwrap.h"
 #include "../libcli/security/security.h"
 static struct db_context *db;
index eba83ea686c10d29ac634695770af92d865a8a39..a12265642dfbb991269e34e19f526f936873be96 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_PASSDB
index 9feb9bfe3a5454ca6d6c1878510238f25d7fa17b..c39394bfa587c378b0173aebd63781452e6c28c5 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "includes.h"
 #include "system/passwd.h"
+#include "system/filesys.h"
 #include "../librpc/gen_ndr/samr.h"
 #include "../libcli/security/security.h"
 
index da61e48a99d3bb48f86423b32db1d3ffa75ac93a..f2495382086741a67136a0e798e09e6cf43794e9 100644 (file)
@@ -23,6 +23,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "dbwrap.h"
 #include "../libcli/security/security.h"
 
index 49a01254e3eece4758c5e2c22cd350475be0b127..db9fb7275de05398e79b0572ffec875190c2cf4e 100644 (file)
@@ -23,6 +23,7 @@
    such as the local SID and machine trust password */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "../libcli/auth/libcli_auth.h"
 #include "librpc/gen_ndr/ndr_secrets.h"
 #include "secrets.h"
index 59fd04067b5f669977c5bf6e8154ca49d6e4ab49..a15c41beea8c6668bf3dcf5a2893724093354e0b 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "printing/nt_printing_migrate.h"
 
 #include "librpc/gen_ndr/ndr_ntprinting.h"
index 94671983a02ad0865ee5d5286de3ebdcef233162..98ac46797fcbf8b661142bb67a4495738697c36a 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "printing/nt_printing_tdb.h"
 #include "librpc/gen_ndr/spoolss.h"
 #include "librpc/gen_ndr/ndr_security.h"
index e38777315e4144d18b372bc588f426e74ed8dbb1..a8460935c996b526c7e8614e6afa0a3412f361a5 100644 (file)
@@ -55,6 +55,7 @@
 
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "printing/pcap.h"
 
 /* handle standard printcap - moved from pcap_printer_fn() */
index d36a746e45219a3302b412be076c5c7595af12f5..417eea777bb15e15912ddc126bd31b1873ed10cc 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "dbwrap.h"
 #include "printer_list.h"
 
index fb33789a7fd0d933da0108e1a3acf36f78bffed0..1ebf41b7baa5f78b3b2b1c454c61616176b3bea5 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "includes.h"
 #include "system/syslog.h"
+#include "system/filesys.h"
 #include "printing.h"
 #include "librpc/gen_ndr/messaging.h"
 #include "../librpc/gen_ndr/ndr_spoolss.h"
index 762b418bb1ebd4d5f18a18475b15239d3e0ab7c0..70accab93503261972dc69628a113c10d48dbe13 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "printing.h"
 
 static struct tdb_print_db *print_db_head;
index ab05a425001e3d3a8b4e0691e7fef7df20552468..4bff290e28a6cfede47e6fddf3cf6d181901e5c4 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "includes.h"
 #include "system/passwd.h"
+#include "system/filesys.h"
 #include "printing.h"
 
 #ifdef malloc
index 3625fc4cabe3c42be195cb80a60ed7f85db2c8ba..97eab03a7069a8978a64e82862b71ab3da3b7799 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "registry.h"
 #include "reg_api_regf.h"
 #include "reg_cachehook.h"
index 29b1a48c3cdcb5f4fc1f2378b264db5b5f70f072..4aed6e73e17b35d670f0d571219f80c64ccf7c7b 100644 (file)
@@ -21,7 +21,7 @@
 /* Implementation of internal registry database functions. */
 
 #include "includes.h"
-
+#include "system/filesys.h"
 #include "registry.h"
 #include "reg_db.h"
 #include "reg_util_internal.h"
index c03b39c29d794176d5e39b79b779f9941a66cdd8..0c596a8f5e0ea97886d9bfe4dee18521edc7c5e5 100644 (file)
@@ -26,6 +26,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "cbuf.h"
 #include "srprs.h"
 #include "reg_parse_internal.h"
index d660dd0565b869fcc9156d9758d340cc7695e121..136f67fd8fbcb8cc9f613782305f58cc744cc706 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "../librpc/gen_ndr/perfcount.h"
 #include "registry.h"
 #include "reg_perfcount.h"
index 507f720823538bc0be618b806f71f5bbe0e715f6..5d3fdba3c018f7c60272505820380e188048067e 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "regfio.h"
 #include "../librpc/gen_ndr/ndr_security.h"
 
index 910b782c569c482bb9f87236a98e2ad5123f022f..613758f454691bab3788a04fcc263016c31c5ff4 100644 (file)
@@ -48,6 +48,7 @@
 #include "includes.h"
 #include "system/terminal.h"
 #include "system/passwd.h"
+#include "system/filesys.h"
 #include "../libcli/auth/libcli_auth.h"
 #include "../lib/crypto/arcfour.h"
 #include "rpc_server/samr/srv_samr_util.h"
index 27d7f60924372dfa92dee2c78795a620f505dfce..3f4c673b2113c5aced36c88c8edaa2605981b3be 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "srv_pipe_internal.h"
 #include "../librpc/gen_ndr/ndr_schannel.h"
 #include "../libcli/auth/schannel.h"
index f4876222fb395dad60c55a48e5f3ab1d18da47fc..fb97c13fa5bfb2d82436b36204bab0ece2f6d27f 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "services/services.h"
 #include "services/svc_winreg_glue.h"
 #include "../librpc/gen_ndr/ndr_winreg_c.h"
index 547705bc571b1faf7929356e4726555856105bcb..b2b8c2283a6f46b055af3307dc9add210ebbaf22 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "printing.h"
 #include "librpc/gen_ndr/messaging.h"
 #include "smbd/globals.h"
index a85e5a7e1d1955a5bb95264114a923655a829101..c1ba6764fcd710cafcd4e010aaa781e4a4d0108a 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/globals.h"
 #include "libcli/security/security.h"
 
index 325a3c646102fb9e069f8220d936ad8bd63fcb43..49ddf161ad2500ec643f918d7668d8cf30062b20 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "librpc/gen_ndr/ndr_xattr.h"
 #include "../libcli/security/security.h"
 
index 28d028fcb1a1766bd21a530b41ebe2f08103f400..5fb0e924c50d277e7844e6a475ff9b3443821403 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "../libcli/security/security.h"
 #include "../librpc/gen_ndr/ndr_security.h"
 
index 03877218de57a4caba492c990680031246343440..4238e58d106b675e4bfb6b5c1cced2932f8c0be7 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "fake_file.h"
 
 static NTSTATUS build_stream_path(TALLOC_CTX *mem_ctx,
index 13e797c0e546c5a4b8d2d13357659738063f5913..89df10a75714ce3f961d26653f6f03d39acf13ae 100644 (file)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/globals.h"
 #include "mangle.h"
 
index d5d46fd539a38330b62037a2f9189e4a7cad2868..17caa36d5d129c3316c64e2830b6b7c83c25f501 100644 (file)
@@ -22,6 +22,7 @@
 
 #define DBGC_CLASS DBGC_MSDFS
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/globals.h"
 #include "msdfs.h"
 
index acb438b1189d403c43e278e758295a7509831309..3b481cdef9fbabc04ee96b8ea7c18fec9c7a465e 100644 (file)
@@ -24,6 +24,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "librpc/gen_ndr/ndr_notify.h"
 #include "librpc/gen_ndr/messaging.h"
 #include "dbwrap.h"
index afc4f54cf294ae33dfb034caddb0dbb34227a182..c1256f259fd3d5adcc3b9f6813d7aec43495ac0a 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/globals.h"
 #include "fake_file.h"
 #include "../libcli/security/security.h"
index 937117bee06eb7916bdbb8832d5783434f58ea28..3c91d8485e77578215e24d98bdba09eceeaad0ff 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "printing.h"
 #include "smbd/globals.h"
 #include "fake_file.h"
index bdc86b9fb9046bdd663b4d89d916f91852913e7a..efc8c70d398a3c4472b64a9205852bfaff748db1 100644 (file)
@@ -19,6 +19,7 @@
 
 #define DBGC_CLASS DBGC_LOCKING
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/globals.h"
 
 #if HAVE_KERNEL_OPLOCKS_LINUX
index 8e2c9d871b9e7b1e0541de6d4e94b5c39e61cbf2..0e7ab87b6e666d6d2dfcb6ffa86340430bd6fdeb 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "../libcli/security/security.h"
 #include "trans2.h"
 
index 48d317bba294fc11e60288ff2897e5d5098948a4..29eb201bed495529cd05345e87ec773d15bc9151 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/globals.h"
 #include "librpc/gen_ndr/netlogon.h"
 #include "librpc/gen_ndr/messaging.h"
index 26a73b8582df0f29d3aa23a2e6e077e5b2e26c15..7562ca18050cf2884bae51db4b90a91848d70140 100644 (file)
@@ -25,6 +25,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "printing.h"
 #include "smbd/globals.h"
 #include "fake_file.h"
index 8c7b146e19e9701bc1464ead080e6f7cf70a867b..7461eef62fc0adb2de7a0f4f369d232d6ce1e22d 100644 (file)
@@ -22,6 +22,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "popt_common.h"
 #include "smbd/globals.h"
 #include "librpc/gen_ndr/messaging.h"
index 00b5294be66843c07f62acdcc217ea45ddbbb96e..800b79989f44bf3c9369c98628d2a6de1c68bed3 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/globals.h"
 #include "../librpc/gen_ndr/netlogon.h"
 #include "../libcli/security/security.h"
index d5f6896f645d2469f3f88e71bb4c210a74804137..ce3955b53ab11caccf09232d97f1fe4808b100b3 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/globals.h"
 #include "../libcli/smb/smb_common.h"
 #include "libcli/security/security.h"
index ee33e13a48dd5341242ce9ef954936f8da8263c6..55469f5d083c817063d059576b57f193aa46fd84 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 #if defined(LINUX) && defined(HAVE_FSID_INT)
 static int linux_statvfs(const char *path, vfs_statvfs_struct *statbuf)
index 1fcbfaac231dc21633c0d89821ab84f1d9bf93bc..5e8c0c80d898a3a4271b9c16060440db7b40d70b 100644 (file)
@@ -24,6 +24,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "version.h"
 #include "smbd/globals.h"
 #include "../libcli/auth/libcli_auth.h"
index 41d36504131dd0775db0ad23ee38924753b63978..7af94f94b5b1ca39b1a8bf2dc25bed2c860ac033 100644 (file)
@@ -24,6 +24,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/globals.h"
 #include "memcache.h"
 
index e1772dc22e2b11ae0ca8ac71c21009aa7120de6f..0720f084aa1c16f2acf65a3c6ec50af5d2f949c7 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "includes.h"
 #include "system/passwd.h"
+#include "system/filesys.h"
 #include "vfstest.h"
 #include "../lib/util/util_pw.h"
 
index 4762bf7d0ebafe0ab86a13b2a9ba230c9adb4b39..1f60734fa7a7210104e02d31b524dbef69fe92f9 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "torture/proto.h"
 
 extern bool torture_showall;
index 9a47f991ea382834cab3b3615eeef9b269fd9de0..6a53c88e5af799b775375d3f201cd3c3a4f0ecba 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 static fstring password[2];
 static fstring username[2];
index 782427b8a9c46bcab386bed053d7316cc907de3e..b51b8f2cad6a66a19d6cb44554b8750adae51c1c 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 static fstring password;
 static fstring username;
index 6b9263e5de27b0a1ac807faa411caad9f8281fa9..dd6846714091bef486b63942eb7a758a2f92b141 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "torture/proto.h"
 #include "libsmb/clirap.h"
 
index c94ed0c9a9a5c8254861d2c24676f6bf24db1426..bf7e6fbb3c105ca9cdc4903191bf1d2ea149b23d 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "trans2.h"
 
 static fstring password;
index fa7d6fbe393f9868e10b43deb183cf6ff68bf28f..c7d3ebc29131acf24ebd033eb82c8ce0a261fe4c 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "torture/proto.h"
 
 #define VERBOSE 0
index 0ba796d9683446f1facf61c5f470124390d5d49f..88ad6fef60976f69d5a317d515670d4cf5e15932 100644 (file)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "popt_common.h"
 #undef realloc
 
index b7789d35bceaf765bc6bee2f5d3179c848cf28b1..3ddb4688341f243cf5125962720fbd6b382c0f70 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "torture/proto.h"
 #include "../libcli/security/security.h"
 #include "libsmb/clirap.h"
index 796bea938d4dc616f55128be628fc88060604e3e..f65964d7f9750df11e60eb9e790f24db2e797672 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "dbwrap.h"
 
 typedef enum { OP_FETCH, OP_STORE, OP_DELETE, OP_ERASE, OP_LISTKEYS } dbwrap_op;
index 22c0a64a52ae77745cbd0bfa63087fbdcb67d738..e9bf98a078a7c14f289c52556741623e36a4e785 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "popt_common.h"
 #include "dbwrap.h"
 
index 9e536b77ccf98e7c2a261348c608b1aee7c63889..fd00c008dd6f6384bb1b3d6a61ab179e1e6bfc91 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "utils/net.h"
 #include "lib/smbconf/smbconf.h"
 #include "lib/smbconf/smbconf_init.h"
index e7bac53e5fb408dddabaecaf0a712457f4576d85..79f69f24a13fd33ffdeb02c3d81995279b5508e0 100644 (file)
@@ -19,6 +19,7 @@
 
 #define FOO(x) (x)
 #include "includes.h"
+#include "system/filesys.h"
 #include "utils/net.h"
 #include "secrets.h"
 #include "idmap.h"
index 689fac214b9bcd51271210d25f2870a48b776927..8019d4ff612d5526e4db5666335359b92e4371a7 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "utils/net.h"
 #include "librpc/gen_ndr/ndr_ntprinting.h"
 #include "librpc/gen_ndr/ndr_spoolss_c.h"
index 8be4fb145c249651c228bdf3cc0f61bc4f9902fc..0e63d189470c1233719637893d54c3f9d4d3a644 100644 (file)
@@ -17,6 +17,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 #include "includes.h"
+#include "system/filesys.h"
 #include "utils/net.h"
 #include "../librpc/gen_ndr/ndr_spoolss_c.h"
 #include "rpc_client/cli_spoolss.h"
index 809ec59097483705ada988a4eb6725f54b868dbd..5ccd166945059272ab48f53ef158e5874b4eca15 100644 (file)
@@ -18,6 +18,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
  
 #include "includes.h"
+#include "system/filesys.h"
 #include "registry.h"
 #include "utils/net.h"
 #include "utils/net_registry_util.h"
index 13b18934e825e0ff61a33c10b34b05f24f89f3e5..06ed4533d5518d58b1b0027f634fc5705a898ee0 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "includes.h"
 #include "system/passwd.h"
+#include "system/filesys.h"
 #include "utils/net.h"
 #include "../libcli/security/security.h"
 
index 53862f441fc39af93642237cd6075cfe89c4d65c..30c6ad0a1fb9dc2b6c47381cb2ea6fd7152b2291 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "popt_common.h"
 #include "registry/reg_objects.h"
 #include "registry/regfio.h"
index ed7ca596d8ad9fa7e3b7d7d2953833e16e867d75..3ecd2d4531b569022026e30090a59721cd1675b5 100644 (file)
@@ -24,6 +24,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "popt_common.h"
 #include "librpc/gen_ndr/messaging.h"
 #include "librpc/gen_ndr/spoolss.h"
index f455f2df91c8c8775a24231ca025cc62a0863ef1..9cdbb690c84c2e1fac6ae1dfe3650b1cf179ce72 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "system/select.h"
 #include "../lib/util/select.h"
 
index dd7f7ea68678082728c3c3bcd220f868a3a2c551..21ed9ea52f925f1a4a5f061ba180adb220c97449 100644 (file)
@@ -31,6 +31,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "popt_common.h"
 #include "dbwrap.h"
 #include "../libcli/security/security.h"
index 1a011a5a37da710f445265ba68a30aca2db33d55..978ada26c653b814ced62d52345442b288932586 100644 (file)
@@ -32,6 +32,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "popt_common.h"
 
 /*******************************************************************
index b783d0c9d4f67b427960ca0fb490712d8c0d1588..c7edf6b27ddb0da0a511c41d2b7a8059a2826c20 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "includes.h"
 #include "system/passwd.h"
+#include "system/filesys.h"
 #include "web/swat_proto.h"
 
 #define MAX_VARIABLES 10000
index 54f4cd7b2026cdbbca0d1209beb8802c37f6f258..1b73b21dd34ca0ccded92d76571ec3af40731711 100644 (file)
@@ -28,6 +28,7 @@
  **/
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "popt_common.h"
 #include "web/swat_proto.h"
 #include "printing/pcap.h"
index 81919216d6daf1a5f5a5c9d0103cd1ee870590dd..5e3dacf624053d5a608b598407bb9e4e55316a19 100644 (file)
@@ -23,6 +23,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "winbindd.h"
 #include "dbwrap.h"
 #include "idmap.h"
index 18c7fbbe53fab82962d8e0f0090537bccbc86791..19e7f0e1d5f1d88be9764241d1d50a61d0ef0f92 100644 (file)
@@ -24,6 +24,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "winbindd.h"
 #include "idmap.h"
 #include "idmap_rw.h"
index 243c46a03c03530a25cb0fa0352777d16a86bb12..5b1757b1dd3ecdbc4fba72089dde90a33fcacaa6 100644 (file)
@@ -24,6 +24,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "winbindd.h"
 #include "tdb_validate.h"
 #include "../libcli/auth/libcli_auth.h"