[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Thu Jun 28 08:44:02 MDT 2012


The branch, master has been updated
       via  572701f s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.h
      from  d6939c3 s3:smbd: change nt_open_pipe() to uint16_t pnum/fnum

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


- Log -----------------------------------------------------------------
commit 572701f9c84f70271d8ba7353c6638c0358bfbdd
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jun 28 11:19:31 2012 +0200

    s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.h
    
    Signed-off-by: Bjoern Jacke <bj at sernet.de>
    
    Autobuild-User(master): Björn Jacke <bj at sernet.de>
    Autobuild-Date(master): Thu Jun 28 16:43:13 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/lib/pthreadpool/pthreadpool_sync.c b/source3/lib/pthreadpool/pthreadpool_sync.c
index 6c18b8f..0c2d12f 100644
--- a/source3/lib/pthreadpool/pthreadpool_sync.c
+++ b/source3/lib/pthreadpool/pthreadpool_sync.c
@@ -22,7 +22,6 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
-#include <pthread.h>
 #include <signal.h>
 #include <assert.h>
 #include <fcntl.h>


-- 
Samba Shared Repository


More information about the samba-cvs mailing list