[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Tue May 10 08:07:02 MDT 2011


The branch, master has been updated
       via  628fcd1 s3-events: tevent_internal.h is not a public header
      from  44cc165 s3: Use tevent_req_ntstatus properly in a few places

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


- Log -----------------------------------------------------------------
commit 628fcd111af9b51020191a6ee916896c127c88c1
Author: Andrew Tridgell <tridge at samba.org>
Date:   Tue May 10 14:55:45 2011 +0200

    s3-events: tevent_internal.h is not a public header
    
    We need to use the "foo.h" form instead of the <foo.h> form for
    headers that are not installed publicly. Otherwise when an external
    version of tevent is used we won't find the header and the build will
    fail.
    
    Note that this creates a structure dependency between the
    tevent structures in the external library and the headers in our
    source tree. That is not ideal, but is currently OK as the waf build
    will only use the external library if it is at least the same version
    as the internal tree, which means it will actually be the same
    version, as we release the external version from our tree.
    
    We should come up with a better solution, but for now this allows
    openchange to build again.
    
    Autobuild-User: Andrew Tridgell <tridge at samba.org>
    Autobuild-Date: Tue May 10 16:06:40 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/lib/events.c b/source3/lib/events.c
index e461ebe..9ff1488 100644
--- a/source3/lib/events.c
+++ b/source3/lib/events.c
@@ -19,7 +19,7 @@
 */
 
 #include "includes.h"
-#include <tevent_internal.h>
+#include "lib/tevent/tevent_internal.h"
 #include "../lib/util/select.h"
 #include "system/select.h"
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list