[SCM] Samba Shared Repository - branch master updated

Matthieu Patou mat at samba.org
Sun Dec 12 12:06:02 MST 2010


The branch, master has been updated
       via  93ea5cb change searched name from _ss_family to __ss_family
      from  05706e1 s4:web_server/*.c - optimise includes

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


- Log -----------------------------------------------------------------
commit 93ea5cb6f0f711db27a30ca9182a1dbab29b7a69
Author: Matthieu Patou <mat at matws.net>
Date:   Sun Dec 12 21:14:28 2010 +0300

    change searched name from _ss_family to __ss_family
    
    Autobuild-User: Matthieu Patou <mat at samba.org>
    Autobuild-Date: Sun Dec 12 20:05:23 CET 2010 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/lib/replace/wscript b/lib/replace/wscript
index 7b30940..c6c4fe1 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -308,7 +308,7 @@ def configure(conf):
                                 headers='sys/stat.h')
     conf.CHECK_STRUCTURE_MEMBER('struct sockaddr_storage', 'ss_family',
                                 headers='sys/socket.h netinet/in.h')
-    conf.CHECK_STRUCTURE_MEMBER('struct sockaddr_storage', '_ss_family',
+    conf.CHECK_STRUCTURE_MEMBER('struct sockaddr_storage', '__ss_family',
                                 headers='sys/socket.h netinet/in.h')
 
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list