From e2f4dad7c45bd1026aa1b7a3370182a7b473dd64 Mon Sep 17 00:00:00 2001 From: simonm Date: Thu, 2 Jul 1998 08:44:56 +0000 Subject: [PATCH] [project @ 1998-07-02 08:44:56 by simonm] update for alpha/osf3. --- ghc/lib/misc/SocketPrim.lhs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/lib/misc/SocketPrim.lhs b/ghc/lib/misc/SocketPrim.lhs index 5991a91..3ec51fd 100644 --- a/ghc/lib/misc/SocketPrim.lhs +++ b/ghc/lib/misc/SocketPrim.lhs @@ -643,7 +643,7 @@ unpackFamily family = (range (AF_UNSPEC, AF_NIT))!!family #endif -#if osf1_TARGET_OS +#if osf1_TARGET_OS || osf3_TARGET_OS data Family = AF_UNSPEC -- unspecified @@ -813,8 +813,8 @@ unpackFamily family = (range (AF_UNSPEC, AF_MAX))!!family -- Alpha running OSF or a SPARC with SunOS, rather than Solaris. -#if osf1_TARGET_OS || sunos4_TARGET_OS || hpux_TARGET_OS || aix_TARGET_OS \ - || freebsd_TARGET_OS +#if osf1_TARGET_OS || osf3_TARGET_OS || sunos4_TARGET_OS || hpux_TARGET_OS || \ + aix_TARGET_OS || freebsd_TARGET_OS data SocketType = Stream | Datagram -- 1.7.10.4