From 489f528857bfb4993cf44dd7a5391ac5196c0747 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 29 Jun 2011 15:33:54 +1000 Subject: param: Merge param headers into lib/param/loadparm.h This defines a common table format, so we can in future define a common table. Andrew Bartlett --- source3/modules/nfs4_acls.c | 1 + source3/modules/vfs_audit.c | 1 + source3/modules/vfs_extd_audit.c | 1 + source3/modules/vfs_full_audit.c | 1 + 4 files changed, 4 insertions(+) (limited to 'source3/modules') diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c index dbfa36e6c2..09ef522b41 100644 --- a/source3/modules/nfs4_acls.c +++ b/source3/modules/nfs4_acls.c @@ -27,6 +27,7 @@ #include "system/filesys.h" #include "passdb/lookup_sid.h" #include "util_tdb.h" +#include "lib/param/loadparm.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_ACLS diff --git a/source3/modules/vfs_audit.c b/source3/modules/vfs_audit.c index 8213bafa1c..eeeea8aafa 100644 --- a/source3/modules/vfs_audit.c +++ b/source3/modules/vfs_audit.c @@ -25,6 +25,7 @@ #include "system/filesys.h" #include "system/syslog.h" #include "smbd/smbd.h" +#include "lib/param/loadparm.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_VFS diff --git a/source3/modules/vfs_extd_audit.c b/source3/modules/vfs_extd_audit.c index 192b0750ab..fa8e9b14f9 100644 --- a/source3/modules/vfs_extd_audit.c +++ b/source3/modules/vfs_extd_audit.c @@ -26,6 +26,7 @@ #include "system/filesys.h" #include "system/syslog.h" #include "smbd/smbd.h" +#include "lib/param/loadparm.h" static int vfs_extd_audit_debug_level = DBGC_VFS; diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c index e8129f4143..362749a90f 100644 --- a/source3/modules/vfs_full_audit.c +++ b/source3/modules/vfs_full_audit.c @@ -64,6 +64,7 @@ #include "../librpc/gen_ndr/ndr_netlogon.h" #include "auth.h" #include "ntioctl.h" +#include "lib/param/loadparm.h" static int vfs_full_audit_debug_level = DBGC_VFS; -- cgit