summaryrefslogtreecommitdiff
path: root/net/mpich2/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
commit6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch)
tree83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /net/mpich2/files/patch-aa
parentRevert to rev. 1.4, which will restore some bugs in the previous version (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Diffstat (limited to 'net/mpich2/files/patch-aa')
-rw-r--r--net/mpich2/files/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/mpich2/files/patch-aa b/net/mpich2/files/patch-aa
deleted file mode 100644
index f529089ca956..000000000000
--- a/net/mpich2/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
---- romio/adio/common/ad_fstype.c.orig Mon Jun 15 13:45:25 1998
-+++ romio/adio/common/ad_fstype.c Mon Oct 19 16:23:55 1998
-@@ -91,7 +91,11 @@
-
- if (err) *error_code = MPI_ERR_UNKNOWN;
- else {
-+#if (__FreeBSD_version>300004)
-+ if ( !strncmp("nfs",fsbuf.f_fstypename,3) ) *fstype = ADIO_NFS;
-+#else
- if (fsbuf.f_type == MOUNT_NFS) *fstype = ADIO_NFS;
-+#endif
- else *fstype = ADIO_UFS;
- *error_code = MPI_SUCCESS;
- }