Update of /cvsroot/monetdb/MonetDB5/src/scheduler
In directory
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19402/MonetDB5/src/scheduler
Modified Files:
mal_scheduler.mx
Log Message:
check the value of marcro OSVER only if it is set at all
Index: mal_scheduler.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/scheduler/mal_scheduler.mx,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- mal_scheduler.mx 1 Jun 2007 06:48:29 -0000 1.19
+++ mal_scheduler.mx 23 Aug 2007 12:46:17 -0000 1.20
@@ -143,7 +143,7 @@
# include <sys/times.h>
#endif
-#if OSVER < 560 && defined(SOLARIS)
+#if defined(OSVER) && OSVER < 560 && defined(SOLARIS)
#include "/usr/ucbinclude/sys/rusage.h"
#include "/usr/ucbinclude/sys/resource.h"
#endif
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins