[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2-g64662cb

Stefan Metzmacher metze at samba.org
Thu Feb 26 08:43:42 GMT 2009


The branch, master has been updated
       via  64662cb0c34425f7a0ccc66e43c21b7b69451ca9 (commit)
      from  b679f6b25673969800f31cf0bd0f57799bb0598c (commit)

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


- Log -----------------------------------------------------------------
commit 64662cb0c34425f7a0ccc66e43c21b7b69451ca9
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Feb 26 09:42:29 2009 +0100

    s4:ldb_map: include ldb_includes.h first to get replace.h as first header
    
    This should bring the build on AIX one step further.
    
    metze

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

Summary of changes:
 source4/lib/ldb/ldb_map/ldb_map.c          |    1 +
 source4/lib/ldb/ldb_map/ldb_map_inbound.c  |    1 +
 source4/lib/ldb/ldb_map/ldb_map_outbound.c |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/ldb_map/ldb_map.c b/source4/lib/ldb/ldb_map/ldb_map.c
index 9595403..5b4ea79 100644
--- a/source4/lib/ldb/ldb_map/ldb_map.c
+++ b/source4/lib/ldb/ldb_map/ldb_map.c
@@ -35,6 +35,7 @@
  *  Author: Jelmer Vernooij, Martin Kuehl
  */
 
+#include "ldb_includes.h"
 #include "ldb_map.h"
 #include "ldb_map_private.h"
 
diff --git a/source4/lib/ldb/ldb_map/ldb_map_inbound.c b/source4/lib/ldb/ldb_map/ldb_map_inbound.c
index 822dea6..455740c 100644
--- a/source4/lib/ldb/ldb_map/ldb_map_inbound.c
+++ b/source4/lib/ldb/ldb_map/ldb_map_inbound.c
@@ -24,6 +24,7 @@
 
 */
 
+#include "ldb_includes.h"
 #include "ldb_map.h"
 #include "ldb_map_private.h"
 
diff --git a/source4/lib/ldb/ldb_map/ldb_map_outbound.c b/source4/lib/ldb/ldb_map/ldb_map_outbound.c
index eb7b459..ffcefad 100644
--- a/source4/lib/ldb/ldb_map/ldb_map_outbound.c
+++ b/source4/lib/ldb/ldb_map/ldb_map_outbound.c
@@ -25,6 +25,7 @@
 
 */
 
+#include "ldb_includes.h"
 #include "ldb_map.h"
 #include "ldb_map_private.h"
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list