[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-1057-gc9a057b

Jelmer Vernooij jelmer at samba.org
Sat Feb 21 18:08:55 GMT 2009


The branch, master has been updated
       via  c9a057bc0497fd201142799d02f046e95236f921 (commit)
      from  7e9c735b3ca5ab311011a3d5c8f6f90dc56bb5f4 (commit)

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


- Log -----------------------------------------------------------------
commit c9a057bc0497fd201142799d02f046e95236f921
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Feb 21 19:08:24 2009 +0100

    pytevent: Fix include path - tevent_util is not installed.

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

Summary of changes:
 lib/tevent/pytevent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/pytevent.c b/lib/tevent/pytevent.c
index 4c0cbfd..3b45ba1 100644
--- a/lib/tevent/pytevent.c
+++ b/lib/tevent/pytevent.c
@@ -29,7 +29,7 @@
 
 #include <tevent.h>
 #include <stdbool.h>
-#include <tevent_util.h>
+#include "tevent_util.h"
 
 typedef struct {
 	PyObject_HEAD


-- 
Samba Shared Repository


More information about the samba-cvs mailing list