From 795a2e20092272ab9eaca018f4925576719c6c1b Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sun, 26 Aug 2001 17:57:37 +0000 Subject: o Update to 1.2.2 o Remove patch-aa (no longer necessary) o Add patch-mpid::ch2::chtick.c which fixes a missing header file include PR: 30102 Submitted by: MAINTAINER --- net/mpich/files/patch-mpid::ch2::chtick.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/mpich/files/patch-mpid::ch2::chtick.c (limited to 'net/mpich/files/patch-mpid::ch2::chtick.c') diff --git a/net/mpich/files/patch-mpid::ch2::chtick.c b/net/mpich/files/patch-mpid::ch2::chtick.c new file mode 100644 index 000000000000..a12aee39f11f --- /dev/null +++ b/net/mpich/files/patch-mpid::ch2::chtick.c @@ -0,0 +1,10 @@ +--- mpid/ch2/chtick.c-orig Wed Apr 4 09:16:05 2001 ++++ mpid/ch2/chtick.c Sat Aug 25 08:49:10 2001 +@@ -14,6 +14,7 @@ + !defined(MPID_CH_Wtime) + #define USING_POSIX_CLOCK + #include ++#include + #endif + /* + This returns a value that is correct but not the best value that -- cgit v1.2.3