]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-includes: only include system/syslog.h when needed.
authorGünther Deschner <gd@samba.org>
Fri, 25 Feb 2011 15:19:10 +0000 (16:19 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 29 Mar 2011 23:13:06 +0000 (01:13 +0200)
Guenther

source3/include/includes.h
source3/lib/system.c
source3/modules/vfs_audit.c
source3/modules/vfs_extd_audit.c
source3/modules/vfs_full_audit.c
source3/printing/printing.c

index 1655cfea69ab2858b3e8493699c1caaab55d32e9..37ff566e2a18439743a08c3ab13247b0b3453ad9 100644 (file)
@@ -78,7 +78,6 @@
 #include "system/passwd.h"
 #include "system/select.h"
 #include "system/shmem.h"
-#include "system/syslog.h"
 #include "system/terminal.h"
 #include "system/time.h"
 #include "system/wait.h"
index d1a14033409eaf5ef1a212f04b78d4b58034bf6a..41eb38c406ee21bdf9e4767888b359687cb97371 100644 (file)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "system/syslog.h"
 
 #ifdef HAVE_SYS_PRCTL_H
 #include <sys/prctl.h>
index d256c2f7da32aaf37aa4c52405ccbe22bbe3a313..a073da8d912c7f3b5750770148dcab810f8be45c 100644 (file)
@@ -22,6 +22,7 @@
 
 
 #include "includes.h"
+#include "system/syslog.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_VFS
index 80dece7eddceca2250c535df47d9f3e103708709..dd2f9a832e1793eacff291e728754e5056b43fcb 100644 (file)
@@ -23,6 +23,7 @@
 
 
 #include "includes.h"
+#include "system/syslog.h"
 
 static int vfs_extd_audit_debug_level = DBGC_VFS;
 
index 303ffae660c65cba9e0ca6e6351b7aea7d133176..aba5f83b441bc07ee9b1b6a989ddd02da62478df 100644 (file)
@@ -58,6 +58,7 @@
 
 
 #include "includes.h"
+#include "system/syslog.h"
 #include "../librpc/gen_ndr/ndr_netlogon.h"
 
 static int vfs_full_audit_debug_level = DBGC_VFS;
index 177048da510fae939f65f60c899fd573dac6eb66..fb33789a7fd0d933da0108e1a3acf36f78bffed0 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/syslog.h"
 #include "printing.h"
 #include "librpc/gen_ndr/messaging.h"
 #include "../librpc/gen_ndr/ndr_spoolss.h"