[SCM] Samba Shared Repository - branch master updated - a7f64ba2f1d49b65cd96ba862f6b80b28c3e6dd2

Jelmer Vernooij jelmer at samba.org
Tue Dec 23 03:22:23 GMT 2008


The branch, master has been updated
       via  a7f64ba2f1d49b65cd96ba862f6b80b28c3e6dd2 (commit)
      from  bbc95fb1a866e8aa822b70a7f5cdf74f1446b1f0 (commit)

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


- Log -----------------------------------------------------------------
commit a7f64ba2f1d49b65cd96ba862f6b80b28c3e6dd2
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Dec 23 04:21:35 2008 +0100

    ldb: Include tevent.h rather than events.h.

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

Summary of changes:
 source4/lib/ldb/include/ldb_includes.h |    2 +-
 source4/lib/ldb/ldb_ildap/ldb_ildap.c  |    2 +-
 source4/lib/ldb/pyldb.c                |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/include/ldb_includes.h b/source4/lib/ldb/include/ldb_includes.h
index 29c7b2d..b55350a 100644
--- a/source4/lib/ldb/include/ldb_includes.h
+++ b/source4/lib/ldb/include/ldb_includes.h
@@ -20,7 +20,7 @@
 #include "system/filesys.h"
 #include "system/time.h"
 #include "talloc.h"
-#include "events.h"
+#include "tevent.h"
 #include "ldb.h"
 #include "ldb_errors.h"
 #include "ldb_private.h"
diff --git a/source4/lib/ldb/ldb_ildap/ldb_ildap.c b/source4/lib/ldb/ldb_ildap/ldb_ildap.c
index b17d063..a958592 100644
--- a/source4/lib/ldb/ldb_ildap/ldb_ildap.c
+++ b/source4/lib/ldb/ldb_ildap/ldb_ildap.c
@@ -44,7 +44,7 @@
 #include "includes.h"
 #include "ldb_includes.h"
 
-#include "lib/events/events.h"
+#include "tevent.h"
 #include "libcli/ldap/ldap.h"
 #include "libcli/ldap/ldap_client.h"
 #include "auth/auth.h"
diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c
index dfabed5..7254772 100644
--- a/source4/lib/ldb/pyldb.c
+++ b/source4/lib/ldb/pyldb.c
@@ -28,7 +28,7 @@
 #include <stdint.h>
 #include <stdbool.h>
 #include "pyldb.h"
-#include "events.h"
+#include "tevent.h"
 #include "ldb.h"
 #include "ldb_errors.h"
 #include "ldb_private.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list