[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Sun Nov 28 07:49:01 MST 2010


The branch, master has been updated
       via  ef8349e replace:wscript - reintroduce the size check for "bool" due to a request of metze
      from  c69b1ed s3: Properly print binary values "net cache"

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


- Log -----------------------------------------------------------------
commit ef8349e28da4ff97874aa08bdb2a67b7e6a9d538
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date:   Sun Nov 28 14:55:28 2010 +0100

    replace:wscript - reintroduce the size check for "bool" due to a request of metze
    
    Autobuild-User: Matthias Dieter Wallnöfer <mdw at samba.org>
    Autobuild-Date: Sun Nov 28 15:48:40 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 f6a9bef..8b59807 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -91,7 +91,7 @@ def configure(conf):
     conf.CHECK_TYPE('volatile int', define='HAVE_VOLATILE')
     conf.CHECK_TYPE('uint_t', 'unsigned int')
 
-    conf.CHECK_SIZEOF('char int "long long" long short size_t ssize_t')
+    conf.CHECK_SIZEOF('bool char int "long long" long short size_t ssize_t')
     conf.CHECK_SIZEOF('int8_t uint8_t int16_t uint16_t int32_t uint32_t int64_t uint64_t')
     conf.CHECK_SIZEOF('void*', define='SIZEOF_VOID_P')
     conf.CHECK_SIZEOF('off_t dev_t ino_t time_t')


-- 
Samba Shared Repository


More information about the samba-cvs mailing list