svn commit: samba r16002 - in branches/SAMBA_4_0/source/lib/appweb: ejs mpr

metze at samba.org metze at samba.org
Fri Jun 2 08:44:32 GMT 2006


Author: metze
Date: 2006-06-02 08:44:31 +0000 (Fri, 02 Jun 2006)
New Revision: 16002

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

Log:
fix the build on solaris

Patch from Bjoern Jacke, thanks!

metze
Modified:
   branches/SAMBA_4_0/source/lib/appweb/ejs/config.h
   branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/appweb/ejs/config.h
===================================================================
--- branches/SAMBA_4_0/source/lib/appweb/ejs/config.h	2006-06-02 07:52:05 UTC (rev 16001)
+++ branches/SAMBA_4_0/source/lib/appweb/ejs/config.h	2006-06-02 08:44:31 UTC (rev 16002)
@@ -58,7 +58,7 @@
 #define BLD_FEATURE_MALLOC_STATS 0
 #define BLD_FEATURE_MALLOC_LEAK 0
 #define BLD_FEATURE_MALLOC_HOOK 0
-#define BLD_FEATURE_NUM_TYPE int64
+#define BLD_FEATURE_NUM_TYPE int64_t
 #define BLD_FEATURE_NUM_TYPE_ID MPR_TYPE_INT64
 #define BLD_FEATURE_ROMFS 0
 #define BLD_FEATURE_RUN_AS_SERVICE 0

Modified: branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h
===================================================================
--- branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h	2006-06-02 07:52:05 UTC (rev 16001)
+++ branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h	2006-06-02 08:44:31 UTC (rev 16002)
@@ -199,8 +199,8 @@
 #ifndef uint
 	#define uint unsigned
 #endif
-	__extension__ typedef long long int int64;
-	__extension__ typedef unsigned long long int uint64;
+	typedef long long int int64;
+	typedef unsigned long long int uint64;
 #endif
 
 /*



More information about the samba-cvs mailing list