svn commit: samba r18814 - in branches/SAMBA_3_0/source: .

metze at samba.org metze at samba.org
Fri Sep 22 05:46:04 GMT 2006


Author: metze
Date: 2006-09-22 05:46:03 +0000 (Fri, 22 Sep 2006)
New Revision: 18814

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18814

Log:
diable immediate structs for now until we completely build with them again

metze

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-09-22 05:36:15 UTC (rev 18813)
+++ branches/SAMBA_3_0/source/configure.in	2006-09-22 05:46:03 UTC (rev 18814)
@@ -1001,7 +1001,7 @@
    #define X_FOOBAR(x) ((FOOBAR) { x })
    #define FOO_ONE X_FOOBAR(1)
    FOOBAR f = FOO_ONE;   
-   struct {
+   static struct {
 	FOOBAR y; 
 	} f2[] = {
 		{FOO_ONE}



More information about the samba-cvs mailing list