[SCM] Samba Shared Repository - branch v3-6-test updated

Günther Deschner gd at samba.org
Wed Apr 13 03:46:49 MDT 2011


The branch, v3-6-test has been updated
       via  6e48268 s3:idmap_tdb2: fix build of tdb2
      from  a5813a0 WHATSNEW: Start release notes for 3.6.0pre3.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 6e482682528445659d05574c2bd37b8730e35ce5
Author: Michael Adam <obnox at samba.org>
Date:   Mon Apr 4 11:46:31 2011 +0200

    s3:idmap_tdb2: fix build of tdb2
    
    The include of system/filesys.h was removed from includes.h. ...
    (cherry picked from commit b7e330a2b325463e49abceb8f3e8d792248179ed)

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

Summary of changes:
 source3/winbindd/idmap_tdb2.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c
index 82121f8..1a5a51a 100644
--- a/source3/winbindd/idmap_tdb2.c
+++ b/source3/winbindd/idmap_tdb2.c
@@ -32,6 +32,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "winbindd.h"
 #include "idmap.h"
 #include "idmap_rw.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list