[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Sun Jun 10 17:22:05 MDT 2012


The branch, master has been updated
       via  43090fb lib/ldb/tools: add missing "replace.h"
      from  527fdb2 s3/test: make dd call more portable

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 43090fb2866519fc06d20345f2a0122f883b40e1
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sun Jun 10 22:59:00 2012 +0200

    lib/ldb/tools: add missing "replace.h"
    
    This has to be the first header!
    
    metze
    
    Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(master): Mon Jun 11 01:21:01 CEST 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 lib/ldb/tools/ldbadd.c    |    1 +
 lib/ldb/tools/ldbmodify.c |    1 +
 lib/ldb/tools/ldbrename.c |    1 +
 lib/ldb/tools/ldbutil.c   |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/ldb/tools/ldbadd.c b/lib/ldb/tools/ldbadd.c
index d0d5ec0..e6cea29 100644
--- a/lib/ldb/tools/ldbadd.c
+++ b/lib/ldb/tools/ldbadd.c
@@ -31,6 +31,7 @@
  *  Author: Andrew Tridgell
  */
 
+#include "replace.h"
 #include "ldb.h"
 #include "tools/cmdline.h"
 #include "ldbutil.h"
diff --git a/lib/ldb/tools/ldbmodify.c b/lib/ldb/tools/ldbmodify.c
index 3a9a265..9b4d7b7 100644
--- a/lib/ldb/tools/ldbmodify.c
+++ b/lib/ldb/tools/ldbmodify.c
@@ -31,6 +31,7 @@
  *  Author: Andrew Tridgell
  */
 
+#include "replace.h"
 #include "ldb.h"
 #include "tools/cmdline.h"
 #include "ldbutil.h"
diff --git a/lib/ldb/tools/ldbrename.c b/lib/ldb/tools/ldbrename.c
index 9bbd1f0..ab2be4d 100644
--- a/lib/ldb/tools/ldbrename.c
+++ b/lib/ldb/tools/ldbrename.c
@@ -33,6 +33,7 @@
  *  Author: Stefan Metzmacher
  */
 
+#include "replace.h"
 #include "ldb.h"
 #include "tools/cmdline.h"
 
diff --git a/lib/ldb/tools/ldbutil.c b/lib/ldb/tools/ldbutil.c
index 26f2527..9ff7fad 100644
--- a/lib/ldb/tools/ldbutil.c
+++ b/lib/ldb/tools/ldbutil.c
@@ -29,6 +29,7 @@
  *  Author: Matthieu Patou
  */
 
+#include "replace.h"
 #include "ldb.h"
 #include "ldb_module.h"
 #include "ldbutil.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list