From 4b74445676cb601e16e96d70224604d9bd6248c2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 2 Jun 2006 08:44:31 +0000 Subject: r16002: fix the build on solaris Patch from Bjoern Jacke, thanks! metze (This used to be commit 1250355909533e033f30e6a960c58cfc9ec760ba) --- source4/lib/appweb/mpr/miniMpr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib/appweb/mpr') diff --git a/source4/lib/appweb/mpr/miniMpr.h b/source4/lib/appweb/mpr/miniMpr.h index bf57d50abc..58f47d256a 100644 --- a/source4/lib/appweb/mpr/miniMpr.h +++ b/source4/lib/appweb/mpr/miniMpr.h @@ -199,8 +199,8 @@ typedef unsigned char uchar; #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 /* -- cgit