svn commit: samba r7006 - in branches/SAMBA_4_0/source/web_server/ejs: .

metze at samba.org metze at samba.org
Fri May 27 06:40:32 GMT 2005


Author: metze
Date: 2005-05-27 06:40:31 +0000 (Fri, 27 May 2005)
New Revision: 7006

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

Log:
fix a build problem with my gcc-4.0

metze
Modified:
   branches/SAMBA_4_0/source/web_server/ejs/miniMpr.h


Changeset:
Modified: branches/SAMBA_4_0/source/web_server/ejs/miniMpr.h
===================================================================
--- branches/SAMBA_4_0/source/web_server/ejs/miniMpr.h	2005-05-27 04:37:51 UTC (rev 7005)
+++ branches/SAMBA_4_0/source/web_server/ejs/miniMpr.h	2005-05-27 06:40:31 UTC (rev 7006)
@@ -35,7 +35,10 @@
 /*
  *	Find out about our configuration
  */
-    #include	"includes.h"
+/*
+	this is not needed in samba builds, and breaks the build with my gcc-4.0 --metze
+	#include	"includes.h"
+*/
 
 /* allow this library to use strcpy() */
 #undef strcpy



More information about the samba-cvs mailing list