The branch, v3-3-test has been updated
       via  b45e7fabc64e699e4fa013ef15f98a004dae3f32 (commit)
      from  28ae738eee37face7dc5e938a036f0c2d3d2a9d6 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit b45e7fabc64e699e4fa013ef15f98a004dae3f32
Author: Yannick Bergeron <[EMAIL PROTECTED]>
Date:   Wed Aug 6 13:23:00 2008 -0400

    Solve an IBM XL C/C++ compiler error encountered in get_exit_code() 
auth_errors array initialization in client/smbspool.c

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

Summary of changes:
 source/lib/replace/libreplace_cc.m4 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/libreplace_cc.m4 
b/source/lib/replace/libreplace_cc.m4
index bed0558..30c63f2 100644
--- a/source/lib/replace/libreplace_cc.m4
+++ b/source/lib/replace/libreplace_cc.m4
@@ -167,7 +167,8 @@ AC_CACHE_CHECK([for immediate 
structures],libreplace_cv_immediate_structures,[
                        FOOBAR y; 
                } f2[] = {
                        {FOO_ONE}
-               };   
+               };
+               static const FOOBAR f3[] = {FOO_ONE};
        ],
        libreplace_cv_immediate_structures=yes,
        libreplace_cv_immediate_structures=no,


-- 
Samba Shared Repository

Reply via email to