svn commit: samba r10316 - in branches/SAMBA_4_0/source: gtk/tools lib/cmdline param scripting/ejs utils/net

jelmer at samba.org jelmer at samba.org
Mon Sep 19 13:26:09 GMT 2005


Author: jelmer
Date: 2005-09-19 13:26:07 +0000 (Mon, 19 Sep 2005)
New Revision: 10316

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10316

Log:
More dynconfig fixes

Modified:
   branches/SAMBA_4_0/source/gtk/tools/gepdump.c
   branches/SAMBA_4_0/source/gtk/tools/gregedit.c
   branches/SAMBA_4_0/source/gtk/tools/gwcrontab.c
   branches/SAMBA_4_0/source/gtk/tools/gwsam.c
   branches/SAMBA_4_0/source/lib/cmdline/credentials.c
   branches/SAMBA_4_0/source/lib/cmdline/popt_common.c
   branches/SAMBA_4_0/source/param/loadparm.c
   branches/SAMBA_4_0/source/scripting/ejs/smbcalls_config.c
   branches/SAMBA_4_0/source/scripting/ejs/smbcalls_param.c
   branches/SAMBA_4_0/source/scripting/ejs/smbscript.c
   branches/SAMBA_4_0/source/utils/net/net.c


Changeset:
Modified: branches/SAMBA_4_0/source/gtk/tools/gepdump.c
===================================================================
--- branches/SAMBA_4_0/source/gtk/tools/gepdump.c	2005-09-19 12:58:43 UTC (rev 10315)
+++ branches/SAMBA_4_0/source/gtk/tools/gepdump.c	2005-09-19 13:26:07 UTC (rev 10316)
@@ -20,7 +20,6 @@
 */
 
 #include "includes.h"
-#include "dynconfig.h"
 #include "librpc/gen_ndr/ndr_epmapper.h"
 #include "librpc/gen_ndr/ndr_mgmt.h"
 #include "gtk/common/select.h"

Modified: branches/SAMBA_4_0/source/gtk/tools/gregedit.c
===================================================================
--- branches/SAMBA_4_0/source/gtk/tools/gregedit.c	2005-09-19 12:58:43 UTC (rev 10315)
+++ branches/SAMBA_4_0/source/gtk/tools/gregedit.c	2005-09-19 13:26:07 UTC (rev 10316)
@@ -20,7 +20,6 @@
 */
 
 #include "includes.h"
-#include "dynconfig.h"
 #include "lib/registry/registry.h"
 #include "lib/cmdline/popt_common.h"
 #include "gtk/common/select.h"

Modified: branches/SAMBA_4_0/source/gtk/tools/gwcrontab.c
===================================================================
--- branches/SAMBA_4_0/source/gtk/tools/gwcrontab.c	2005-09-19 12:58:43 UTC (rev 10315)
+++ branches/SAMBA_4_0/source/gtk/tools/gwcrontab.c	2005-09-19 13:26:07 UTC (rev 10316)
@@ -20,7 +20,6 @@
 */
 
 #include "includes.h"
-#include "dynconfig.h"
 #include "librpc/gen_ndr/ndr_atsvc.h"
 #include "gtk/common/select.h"
 #include "gtk/common/gtk-smb.h"

Modified: branches/SAMBA_4_0/source/gtk/tools/gwsam.c
===================================================================
--- branches/SAMBA_4_0/source/gtk/tools/gwsam.c	2005-09-19 12:58:43 UTC (rev 10315)
+++ branches/SAMBA_4_0/source/gtk/tools/gwsam.c	2005-09-19 13:26:07 UTC (rev 10316)
@@ -20,7 +20,6 @@
 */
 
 #include "includes.h"
-#include "dynconfig.h"
 #include "librpc/gen_ndr/ndr_samr.h"
 #include "gtk/common/select.h"
 #include "gtk/common/gtk-smb.h"

Modified: branches/SAMBA_4_0/source/lib/cmdline/credentials.c
===================================================================
--- branches/SAMBA_4_0/source/lib/cmdline/credentials.c	2005-09-19 12:58:43 UTC (rev 10315)
+++ branches/SAMBA_4_0/source/lib/cmdline/credentials.c	2005-09-19 13:26:07 UTC (rev 10316)
@@ -20,7 +20,6 @@
 
 #include "includes.h"
 #include "version.h"
-#include "dynconfig.h"
 #include "system/filesys.h"
 #include "system/passwd.h"
 #include "lib/cmdline/popt_common.h"

Modified: branches/SAMBA_4_0/source/lib/cmdline/popt_common.c
===================================================================
--- branches/SAMBA_4_0/source/lib/cmdline/popt_common.c	2005-09-19 12:58:43 UTC (rev 10315)
+++ branches/SAMBA_4_0/source/lib/cmdline/popt_common.c	2005-09-19 13:26:07 UTC (rev 10316)
@@ -22,7 +22,6 @@
 
 #include "includes.h"
 #include "version.h"
-#include "dynconfig.h"
 #include "system/filesys.h"
 #include "system/passwd.h"
 #include "lib/cmdline/popt_common.h"

Modified: branches/SAMBA_4_0/source/param/loadparm.c
===================================================================
--- branches/SAMBA_4_0/source/param/loadparm.c	2005-09-19 12:58:43 UTC (rev 10315)
+++ branches/SAMBA_4_0/source/param/loadparm.c	2005-09-19 13:26:07 UTC (rev 10316)
@@ -55,6 +55,7 @@
 #include "includes.h"
 #include "version.h"
 #include "dynconfig.h"
+#include "pstring.h"
 #include "system/time.h"
 #include "system/iconv.h"
 #include "system/network.h"

Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcalls_config.c
===================================================================
--- branches/SAMBA_4_0/source/scripting/ejs/smbcalls_config.c	2005-09-19 12:58:43 UTC (rev 10315)
+++ branches/SAMBA_4_0/source/scripting/ejs/smbcalls_config.c	2005-09-19 13:26:07 UTC (rev 10316)
@@ -24,7 +24,6 @@
 #include "scripting/ejs/smbcalls.h"
 #include "lib/appweb/ejs/ejs.h"
 #include "param/loadparm.h"
-#include "dynconfig.h"
 
 /*
   return a list of defined services

Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcalls_param.c
===================================================================
--- branches/SAMBA_4_0/source/scripting/ejs/smbcalls_param.c	2005-09-19 12:58:43 UTC (rev 10315)
+++ branches/SAMBA_4_0/source/scripting/ejs/smbcalls_param.c	2005-09-19 13:26:07 UTC (rev 10316)
@@ -24,7 +24,6 @@
 #include "scripting/ejs/smbcalls.h"
 #include "lib/appweb/ejs/ejs.h"
 #include "param/generic.h"
-#include "dynconfig.h"
 
 /*
   get parameter

Modified: branches/SAMBA_4_0/source/scripting/ejs/smbscript.c
===================================================================
--- branches/SAMBA_4_0/source/scripting/ejs/smbscript.c	2005-09-19 12:58:43 UTC (rev 10315)
+++ branches/SAMBA_4_0/source/scripting/ejs/smbscript.c	2005-09-19 13:26:07 UTC (rev 10316)
@@ -22,7 +22,6 @@
 */
 
 #include "includes.h"
-#include "dynconfig.h"
 #include "lib/appweb/ejs/ejs.h"
 #include "lib/appweb/ejs/ejsInternal.h"
 #include "scripting/ejs/smbcalls.h"

Modified: branches/SAMBA_4_0/source/utils/net/net.c
===================================================================
--- branches/SAMBA_4_0/source/utils/net/net.c	2005-09-19 12:58:43 UTC (rev 10315)
+++ branches/SAMBA_4_0/source/utils/net/net.c	2005-09-19 13:26:07 UTC (rev 10316)
@@ -42,7 +42,6 @@
 /*****************************************************/
 
 #include "includes.h"
-#include "dynconfig.h"
 #include "utils/net/net.h"
 #include "lib/cmdline/popt_common.h"
 



More information about the samba-cvs mailing list