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

tridge at samba.org tridge at samba.org
Fri May 27 06:42:31 GMT 2005


Author: tridge
Date: 2005-05-27 06:42:31 +0000 (Fri, 27 May 2005)
New Revision: 7007

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

Log:
try to get ejs compiling again


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 06:40:31 UTC (rev 7006)
+++ branches/SAMBA_4_0/source/web_server/ejs/miniMpr.h	2005-05-27 06:42:31 UTC (rev 7007)
@@ -196,7 +196,9 @@
 	typedef unsigned __int64 	uint64;
 #else
 	#define O_BINARY 0
-	typedef unsigned int 		uint;
+#ifndef uint
+	#define uint unsigned
+#endif
 	__extension__ typedef long long int int64;
 	__extension__ typedef unsigned long long int uint64;
 #endif



More information about the samba-cvs mailing list