[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Sun Apr 18 01:37:11 MDT 2010


The branch, master has been updated
       via  1a73e96... build: added abi_type_maps for FC12 struct va_list
      from  3f1ebe8... build: don't depend on the word size of nm output

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


- Log -----------------------------------------------------------------
commit 1a73e967f594c739f7533fdce0e1c18579d0bf21
Author: Andrew Tridgell <tridge at samba.org>
Date:   Sun Apr 18 17:35:53 2010 +1000

    build: added abi_type_maps for FC12 struct va_list
    
    fedora12 x86 uses "struct va_list"

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

Summary of changes:
 buildtools/wafsamba/samba_abi.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/samba_abi.py b/buildtools/wafsamba/samba_abi.py
index 2b6871a..6df3ac3 100644
--- a/buildtools/wafsamba/samba_abi.py
+++ b/buildtools/wafsamba/samba_abi.py
@@ -7,7 +7,8 @@ from TaskGen import feature, before, after
 # please add new type mappings into the list below
 abi_type_maps = {
     '_Bool' : 'bool',
-    '__va_list_tag' : 'va_list'
+    '__va_list_tag' : 'va_list',
+    'struct va_list' : 'va_list'
     }
 
 def normalise_signature(sig):


-- 
Samba Shared Repository


More information about the samba-cvs mailing list