The branch, master has been updated
via 5066a6d s3:lib/pthreadpool: fix the build on older systems
from 3e42b69 smbd: look only at handle readability for COPYCHUNK dest
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 5066a6db4b53d9ab8986a36489328a4e9f7f92e7
Author: Stefan Metzmacher <[email protected]>
Date: Fri Aug 12 12:15:46 2016 +0200
s3:lib/pthreadpool: fix the build on older systems
Some systems required an explicit <signal.h>, which comes
via "system/wait.h"
Signed-off-by: Stefan Metzmacher <[email protected]>
Reviewed-by: Volker Lendecke <[email protected]>
Autobuild-User(master): Stefan Metzmacher <[email protected]>
Autobuild-Date(master): Tue Aug 16 19:09:55 CEST 2016 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
source3/lib/pthreadpool/pthreadpool.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/source3/lib/pthreadpool/pthreadpool.c
b/source3/lib/pthreadpool/pthreadpool.c
index 917bafa..b071e53 100644
--- a/source3/lib/pthreadpool/pthreadpool.c
+++ b/source3/lib/pthreadpool/pthreadpool.c
@@ -20,9 +20,10 @@
#include "replace.h"
#include "system/time.h"
#include "system/filesys.h"
+#include "system/wait.h"
+#include "system/threads.h"
#include "pthreadpool.h"
#include "lib/util/dlinklist.h"
-#include "system/threads.h"
#include <assert.h>
struct pthreadpool_job {
--
Samba Shared Repository