summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/mpi-ch/patches/patch-ba')
-rw-r--r--parallel/mpi-ch/patches/patch-ba16
1 files changed, 16 insertions, 0 deletions
diff --git a/parallel/mpi-ch/patches/patch-ba b/parallel/mpi-ch/patches/patch-ba
new file mode 100644
index 00000000000..2f85e95f6ab
--- /dev/null
+++ b/parallel/mpi-ch/patches/patch-ba
@@ -0,0 +1,16 @@
+$NetBSD: patch-ba,v 1.1 2003/12/03 21:06:17 jschauma Exp $
+
+--- ./MPI-2-C++/contrib/examples/ring.cc.orig 2003-12-02 23:04:51.000000000 -0500
++++ ./MPI-2-C++/contrib/examples/ring.cc 2003-12-02 23:05:08.000000000 -0500
+@@ -27,9 +27,10 @@
+ // Additional copyrights may follow.
+ //
+
+-#include <iostream.h>
++#include <iostream>
+ #include <mpi++.h>
+
++using namespace std;
+
+ int
+ main(int argc, char *argv[])