[MLton-commit] r4488
Stephen Weeks
MLton@mlton.org
Sun, 7 May 2006 22:18:10 -0700
Changed references to ssmmap.c int references to mmap-protect.c.
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/darwin.c
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/freebsd.c
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/hpux.c
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/netbsd.c
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/openbsd.c
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.c
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/darwin.c
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/darwin.c 2006-05-08 05:10:48 UTC (rev 4487)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/darwin.c 2006-05-08 05:18:09 UTC (rev 4488)
@@ -5,7 +5,7 @@
#include "platform.h"
#include "mkdir2.c"
-#include "ssmmap.c"
+#include "mmap-protect.c"
#include "use-mmap.c"
static void catcher (int sig, siginfo_t *sip, ucontext_t *ucp) {
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/freebsd.c
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/freebsd.c 2006-05-08 05:10:48 UTC (rev 4487)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/freebsd.c 2006-05-08 05:18:09 UTC (rev 4488)
@@ -2,7 +2,7 @@
#include "getText.c"
#include "mkdir2.c"
-#include "ssmmap.c"
+#include "mmap-protect.c"
#include "use-mmap.c"
static void catcher (int sig, siginfo_t *sip, ucontext_t *ucp) {
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/hpux.c
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/hpux.c 2006-05-08 05:10:48 UTC (rev 4487)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/hpux.c 2006-05-08 05:18:09 UTC (rev 4488)
@@ -7,7 +7,7 @@
#include <sys/pstat.h>
#include <sys/newsig.h>
-#include "ssmmap.c"
+#include "mmap-protect.c"
#include "use-mmap.c"
#include "mkdir2.c"
#include "setenv.putenv.c"
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/netbsd.c
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/netbsd.c 2006-05-08 05:10:48 UTC (rev 4487)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/netbsd.c 2006-05-08 05:18:09 UTC (rev 4488)
@@ -3,7 +3,7 @@
#include "getText.c"
#include "mkdir2.c"
#include "showMem.linux.c"
-#include "ssmmap.c"
+#include "mmap-protect.c"
#include "totalRam.sysctl.c"
#include "use-mmap.c"
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/openbsd.c
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/openbsd.c 2006-05-08 05:10:48 UTC (rev 4487)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/openbsd.c 2006-05-08 05:18:09 UTC (rev 4488)
@@ -3,7 +3,7 @@
#include "getText.c"
#include "mkdir2.c"
#include "showMem.linux.c"
-#include "ssmmap.c"
+#include "mmap-protect.c"
#include "totalRam.sysctl.c"
#include "use-mmap.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:10:48 UTC (rev 4487)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.c 2006-05-08 05:18:09 UTC (rev 4488)
@@ -5,7 +5,7 @@
#include "getText.c"
#include "mkdir2.c"
#include "mmap.c"
-#include "ssmmap.c"
+#include "mmap-protect.c"
#include "totalRam.sysconf.c"
#include "setenv.putenv.c"