[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Fri Jan 16 05:25:02 MST 2015


The branch, master has been updated
       via  691f353 lib/util: add missing commas to statfs_types
      from  c31f541 samba3.py: Correctly initialize cache directory for passdb test

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


- Log -----------------------------------------------------------------
commit 691f3531baf68248e6423594121b134e19e79adb
Author: Ralph Boehme <slow at samba.org>
Date:   Thu Jan 15 21:08:47 2015 +0100

    lib/util: add missing commas to statfs_types
    
    Signed-off-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User(master): Michael Adam <obnox at samba.org>
    Autobuild-Date(master): Fri Jan 16 13:24:16 CET 2015 on sn-devel-104

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

Summary of changes:
 lib/util/wscript_configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/wscript_configure b/lib/util/wscript_configure
index 1270ab3..bf017a5 100644
--- a/lib/util/wscript_configure
+++ b/lib/util/wscript_configure
@@ -20,7 +20,7 @@ statfs_types = [
 
     ( 'STAT_STATFS3_OSF1',
       '3-argument statfs function (DEC OSF/1)',
-      'struct statfs fsd; fsd.f_fsize = 0; exit(statfs(".", &fsd, sizeof(struct statfs)))'
+      'struct statfs fsd; fsd.f_fsize = 0; exit(statfs(".", &fsd, sizeof(struct statfs)))',
       'sys/param.h sys/mount.h' ),
 
     ( 'STAT_STATFS2_BSIZE',
@@ -35,7 +35,7 @@ statfs_types = [
 
     ( 'STAT_STATFS2_FSIZE',
       'two-argument statfs with statfs.fsize',
-      'struct statfs fsd; fsd.f_fsize = 0; exit(statfs(".", &fsd))'
+      'struct statfs fsd; fsd.f_fsize = 0; exit(statfs(".", &fsd))',
       'sys/param.h sys/mount.h' ),
 
     ( 'STAT_STATFS2_FS_DATA',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list