[MLton-commit] r4517
Wesley Terpstra
MLton@mlton.org
Wed, 10 May 2006 08:12:59 -0700
mingw doesn't have these headers; make them platform specific
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/cenv.h
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/freebsd.h
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/hpux.h
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/linux.h
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/netbsd.h
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/openbsd.h
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.h
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/cenv.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/cenv.h 2006-05-10 15:07:56 UTC (rev 4516)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/cenv.h 2006-05-10 15:12:57 UTC (rev 4517)
@@ -60,10 +60,7 @@
#include <unistd.h>
#include <dirent.h>
-#include <poll.h>
-#include <termios.h>
#include <utime.h>
-#include <sys/resource.h>
#include <sys/stat.h>
#include <sys/time.h>
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/freebsd.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/freebsd.h 2006-05-10 15:07:56 UTC (rev 4516)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/freebsd.h 2006-05-10 15:12:57 UTC (rev 4517)
@@ -8,6 +8,9 @@
#include <netinet/tcp.h>
#include <netinet/udp.h>
#include <pwd.h>
+#include <poll.h>
+#include <termios.h>
+#include <sys/resource.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/poll.h>
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/hpux.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/hpux.h 2006-05-10 15:07:56 UTC (rev 4516)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/hpux.h 2006-05-10 15:12:57 UTC (rev 4517)
@@ -5,6 +5,9 @@
#include <inttypes.h>
#include <math.h>
#include <signal.h>
+#include <poll.h>
+#include <termios.h>
+#include <sys/resource.h>
#include <sys/ptrace.h>
#include <sys/poll.h>
#include <sys/socket.h>
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/linux.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/linux.h 2006-05-10 15:07:56 UTC (rev 4516)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/linux.h 2006-05-10 15:12:57 UTC (rev 4517)
@@ -7,6 +7,9 @@
#include <netinet/tcp.h>
#include <netinet/udp.h>
#include <pwd.h>
+#include <poll.h>
+#include <termios.h>
+#include <sys/resource.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/poll.h>
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/netbsd.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/netbsd.h 2006-05-10 15:07:56 UTC (rev 4516)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/netbsd.h 2006-05-10 15:12:57 UTC (rev 4517)
@@ -6,6 +6,9 @@
#include <netinet/tcp.h>
#include <netinet/udp.h>
#include <pwd.h>
+#include <poll.h>
+#include <termios.h>
+#include <sys/resource.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/param.h>
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/openbsd.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/openbsd.h 2006-05-10 15:07:56 UTC (rev 4516)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/openbsd.h 2006-05-10 15:12:57 UTC (rev 4517)
@@ -5,6 +5,9 @@
#include <netinet/tcp.h>
#include <netinet/udp.h>
#include <pwd.h>
+#include <poll.h>
+#include <termios.h>
+#include <sys/resource.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/param.h>
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.h 2006-05-10 15:07:56 UTC (rev 4516)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.h 2006-05-10 15:12:57 UTC (rev 4517)
@@ -5,6 +5,9 @@
#include <netinet/udp.h>
#include <pwd.h>
#include <strings.h>
+#include <poll.h>
+#include <termios.h>
+#include <sys/resource.h>
#include <sys/filio.h> /* For FIONBIO, FIONREAD. */
#include <sys/ioctl.h>
#include <sys/mman.h>