Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10466/MonetDB5/src/mal

Modified Files:
      Tag: MonetDB_5-4
        mal_profiler.mx 
Log Message:

(hopefully) fixing
[ 1880371 ] Java: compilation fails on 32-bit Windows
https://sourceforge.net/tracker/index.php?func=detail&aid=1880371&group_id=56967&atid=482468

Windows and/or ant seem to define and use environment variable OS
(thanks go to Sjoerd for finding out!);
hence, we rename our own variables OS & OSVER
into SYST & SYSTVER, respectively,
hoping that these do not clash with existing ones...


Index: mal_profiler.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_profiler.mx,v
retrieving revision 1.102.2.3
retrieving revision 1.102.2.4
diff -u -d -r1.102.2.3 -r1.102.2.4
--- mal_profiler.mx     9 Feb 2008 22:31:47 -0000       1.102.2.3
+++ mal_profiler.mx     11 Feb 2008 11:25:33 -0000      1.102.2.4
@@ -169,7 +169,7 @@
 # include <sys/times.h>
 #endif
 
-#if defined(SOLARIS) && OSVER < 560
+#if defined(SOLARIS) && SYSTVER < 560
 #include "/usr/ucbinclude/sys/rusage.h"
 #include "/usr/ucbinclude/sys/resource.h"
 #endif


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to