[MLton-commit] r4489

Stephen Weeks MLton@mlton.org
Sun, 7 May 2006 22:19:10 -0700


Changed reference to totalRam.sysconf.c into sysconf.c.

----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.c

----------------------------------------------------------------------

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.c
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.c	2006-05-08 05:18:09 UTC (rev 4488)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.c	2006-05-08 05:19:09 UTC (rev 4489)
@@ -6,7 +6,7 @@
 #include "mkdir2.c"
 #include "mmap.c"
 #include "mmap-protect.c"
-#include "totalRam.sysconf.c"
+#include "sysconf.c"
 #include "setenv.putenv.c"
 
 static void catcher (int sig, siginfo_t *sip, ucontext_t *ucp) {