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

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

on Solaris, macro OSVER is most probably system defined;
hence, we should not (have) rename(d) it to SYSTVER;
switching back to OSVER
(and extending "#if ... OSVER < 560" to "#if ... defined(OSVER) && OSVER < 560")


Index: mal_scheduler.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/scheduler/mal_scheduler.mx,v
retrieving revision 1.23.2.2
retrieving revision 1.23.2.3
diff -u -d -r1.23.2.2 -r1.23.2.3
--- mal_scheduler.mx    11 Feb 2008 11:25:33 -0000      1.23.2.2
+++ mal_scheduler.mx    11 Feb 2008 12:00:18 -0000      1.23.2.3
@@ -143,7 +143,7 @@
 # include <sys/times.h>
 #endif
 
-#if defined(SYSTVER) && SYSTVER < 560 && defined(SOLARIS)
+#if defined(SOLARIS) && defined(OSVER) && OSVER < 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