[MLton-commit] r7018
Ville Laurikari
ville at mlton.org
Fri Mar 6 00:42:34 PST 2009
HP-UX 11.11 should have IPv6 development files installed.
----------------------------------------------------------------------
U mlton/trunk/runtime/platform/hpux.h
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/platform/hpux.h
===================================================================
--- mlton/trunk/runtime/platform/hpux.h 2009-02-20 11:01:30 UTC (rev 7017)
+++ mlton/trunk/runtime/platform/hpux.h 2009-03-06 08:42:33 UTC (rev 7018)
@@ -77,14 +77,14 @@
};
#endif /* !AF_INET6 */
-#if HPUX_VERSION <= 1111
+#if HPUX_VERSION < 1111
struct sockaddr_storage {
union {
struct sockaddr_in sa_in;
struct sockaddr_un sa_un;
} sa;
};
-#endif /* HPUX_VERSION <= 1111 */
+#endif /* HPUX_VERSION < 1111 */
typedef long suseconds_t; // type of timeval.tv_usec in sys/time.h
More information about the MLton-commit
mailing list