[SCM] Samba Shared Repository - branch master updated

Noel Power npower at samba.org
Wed Sep 19 15:50:02 UTC 2018


The branch, master has been updated
       via  e5298c8 uid_wrapper: Fix Tab/indent error with python3
      from  8b4ec1c docs: Add gpfs:check_fstype to vfs_gpfs manpage

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


- Log -----------------------------------------------------------------
commit e5298c8bc1221f4f02ac1c1d7fd6de7a2b95af97
Author: Noel Power <noel.power at suse.com>
Date:   Mon Sep 17 14:17:25 2018 +0200

    uid_wrapper: Fix Tab/indent error with python3
    
    Signed-off-by: Noel Power <noel.power at suse.com>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Noel Power <npower at samba.org>
    Autobuild-Date(master): Wed Sep 19 17:49:33 CEST 2018 on sn-devel-144

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

Summary of changes:
 third_party/uid_wrapper/wscript | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/third_party/uid_wrapper/wscript b/third_party/uid_wrapper/wscript
index b1dc379..61d8a18 100644
--- a/third_party/uid_wrapper/wscript
+++ b/third_party/uid_wrapper/wscript
@@ -59,13 +59,13 @@ def configure(conf):
             addmain=False,
             strict=True,
             msg='Checking for printf format validation support')
-	# Prototype checks
-	conf.CHECK_C_PROTOTYPE('setgroups',
-			'int setgroups(int ngroups, const gid_t *grouplist)',
-			define='HAVE_SETGROUPS_INT', headers='unistd.h sys/types.h')
-	conf.CHECK_C_PROTOTYPE('syscall',
-			'int syscall(int number, ...)',
-			define='HAVE_SYSCALL_INT', headers='unistd.h sys/syscall.h')
+        # Prototype checks
+        conf.CHECK_C_PROTOTYPE('setgroups',
+                'int setgroups(int ngroups, const gid_t *grouplist)',
+        define='HAVE_SETGROUPS_INT', headers='unistd.h sys/types.h')
+        conf.CHECK_C_PROTOTYPE('syscall',
+                'int syscall(int number, ...)',
+        define='HAVE_SYSCALL_INT', headers='unistd.h sys/syscall.h')
 
         if (sys.platform.rfind('linux') > -1):
             conf.CHECK_CODE('''


-- 
Samba Shared Repository



More information about the samba-cvs mailing list