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

Karolin Seeger kseeger at samba.org
Tue Aug 30 13:00:59 MDT 2011


The branch, v3-6-test has been updated
       via  e66a1f0 s3: Fix the build of vfs_aixacl2.c
      from  45392d0 s3: Fix bug 8385

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


- Log -----------------------------------------------------------------
commit e66a1f06dc0cdbebf6a4adb801317773a09f0dbc
Author: SATOH Fumiyasu <fumiyas at osstech.co.jp>
Date:   Mon Aug 22 13:48:40 2011 +0900

    s3: Fix the build of vfs_aixacl2.c
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Thu Aug 25 23:06:12 CEST 2011 on sn-devel-104
    (cherry picked from commit faa769ec19b6486675048734837a6e2237d6f0a4)
    
    Fix bug #8390 (vfs_aixacl2.c needs system/filesys.h).

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_aixacl2.c b/source3/modules/vfs_aixacl2.c
index e74c00f..5ded2a8 100644
--- a/source3/modules/vfs_aixacl2.c
+++ b/source3/modules/vfs_aixacl2.c
@@ -18,6 +18,7 @@
  */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/smbd.h"
 #include "nfs4_acls.h"
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list