The branch, master has been updated
       via  f98ad9e s3-waf: fix SO_PEERCRED configure check.
      from  a7d2437 rpc_server: Improve debug message for sys_getpeereid().

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


- Log -----------------------------------------------------------------
commit f98ad9e9edd6c3881784e57e3ef87afe8d12efdc
Author: Günther Deschner <[email protected]>
Date:   Thu Sep 15 18:14:06 2011 +0200

    s3-waf: fix SO_PEERCRED configure check.
    
    Guenther
    
    Autobuild-User: Günther Deschner <[email protected]>
    Autobuild-Date: Thu Sep 15 20:59:26 CEST 2011 on sn-devel-104

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

Summary of changes:
 source3/wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index 165146c..1b7f0e7 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -443,7 +443,7 @@ return acl_get_perm_np(permset_d, perm);
 
     conf.CHECK_CODE('''
                #include <sys/types.h>
-               #include <sys/socket.h>],
+               #include <sys/socket.h>
                struct ucred cred;
                socklen_t cred_len;
                int ret = getsockopt(0, SOL_SOCKET, SO_PEERCRED, &cred, 
&cred_len);''',


-- 
Samba Shared Repository

Reply via email to