diff options
Diffstat (limited to 'parallel/mpi-ch/patches/patch-an')
-rw-r--r-- | parallel/mpi-ch/patches/patch-an | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/parallel/mpi-ch/patches/patch-an b/parallel/mpi-ch/patches/patch-an new file mode 100644 index 00000000000..a1f54ea0157 --- /dev/null +++ b/parallel/mpi-ch/patches/patch-an @@ -0,0 +1,24 @@ +$NetBSD: patch-an,v 1.1 2001/03/21 15:29:01 wennmach Exp $ + +Add "NETBSD" where appropriate. + +--- mpid/ch_p4/p4/usc/usc.c.orig Mon Mar 19 20:26:34 2001 ++++ mpid/ch_p4/p4/usc/usc.c Mon Mar 19 20:28:13 2001 +@@ -88,7 +88,7 @@ + + #if defined(SUN) || defined(HP) || defined(DEC5000) || \ + defined(SUN_SOLARIS) || defined(FREEBSD) || defined(LINUX) || \ +- defined(I86_SOLARIS) || \ ++ defined(I86_SOLARIS) || defined(NETBSD) || \ + defined(BALANCE) || \ + defined(RS6000) || defined(IBM3090) || \ + defined(NEXT) || defined(TITAN) || defined(GP_1000) || \ +@@ -198,7 +198,7 @@ + + #if defined(SUN) || defined(HP) || \ + defined(SUN_SOLARIS) || defined(FREEBSD) || defined(LINUX) || \ +- defined(I86_SOLARIS) || \ ++ defined(I86_SOLARIS) || defined(NETBSD) || \ + defined(BALANCE) || \ + defined(RS6000) || defined(IBM3090) || \ + defined(NEXT) || defined(TITAN) || defined(TC1000) || \ |