[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Fri Aug 31 16:43:02 UTC 2018


The branch, master has been updated
       via  b7d77ce lib: Fix the build on FreeBSD
      from  83f0ac5 torture: Add test for directory_create_or_exist

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


- Log -----------------------------------------------------------------
commit b7d77ce4b38de7deae4875122c40cb038f4f4c98
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Aug 31 06:25:30 2018 +0200

    lib: Fix the build on FreeBSD
    
    FreeBSD needs to explicitly #include <unistd.h> for geteuid() and close()
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Fri Aug 31 18:42:31 CEST 2018 on sn-devel-144

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

Summary of changes:
 lib/util/tests/util.c | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/lib/util/tests/util.c b/lib/util/tests/util.c
index 10d475d..d5ed34d 100644
--- a/lib/util/tests/util.c
+++ b/lib/util/tests/util.c
@@ -22,6 +22,7 @@
 #include <fcntl.h>
 
 #include "replace.h"
+#include "system/filesys.h"
 
 #include "libcli/util/ntstatus.h"
 #include "torture/torture.h"


-- 
Samba Shared Repository



More information about the samba-cvs mailing list