diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-26 17:57:37 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-26 17:57:37 +0000 |
commit | 795a2e20092272ab9eaca018f4925576719c6c1b (patch) | |
tree | 2f874c494b3b7487c9f47873ea371fdf7f9e0a47 /net/mpich/files | |
parent | Upgrade to 3.5.1. (diff) |
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
Notes
Notes:
svn path=/head/; revision=46940
Diffstat (limited to 'net/mpich/files')
-rw-r--r-- | net/mpich/files/patch-aa | 13 | ||||
-rw-r--r-- | net/mpich/files/patch-mpid::ch2::chtick.c | 10 |
2 files changed, 10 insertions, 13 deletions
diff --git a/net/mpich/files/patch-aa b/net/mpich/files/patch-aa deleted file mode 100644 index 6159ecbb0edf..000000000000 --- a/net/mpich/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- romio/adio/common/ad_fstype.c-orig Wed Jul 19 16:38:31 2000 -+++ romio/adio/common/ad_fstype.c Thu Sep 7 18:47:44 2000 -@@ -26,8 +26,10 @@ - #ifdef SX4 - #include <sys/stat.h> - #endif -+#ifndef FREEBSD - #ifdef PVFS - #include "pvfs_config.h" -+#endif - #endif - - void ADIO_FileSysType(char *filename, int *fstype, int *error_code) 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 <time.h> ++#include <sys/time.h> + #endif + /* + This returns a value that is correct but not the best value that |