summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/pvm3/patches/patch-ar')
-rw-r--r--parallel/pvm3/patches/patch-ar17
1 files changed, 0 insertions, 17 deletions
diff --git a/parallel/pvm3/patches/patch-ar b/parallel/pvm3/patches/patch-ar
deleted file mode 100644
index acf62a54777..00000000000
--- a/parallel/pvm3/patches/patch-ar
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ar,v 1.1 1999/11/23 16:05:32 dmcmahill Exp $
-
---- ./conf/NETBSDI386.m4.orig Mon Sep 23 16:17:58 1996
-+++ ./conf/NETBSDI386.m4 Mon Nov 1 16:55:09 1999
-@@ -2,10 +2,9 @@
- undefine(`len')
- #
--# FORTRAN function names are in upper case
-+# append an underscore to FORTRAN function names
- #
--define(`FUNCTION',`translit($1,abcdefghijklmnopqrstuvwxyz,ABCDEFGHIJKLMNOPQRSTUVWXYZ)')
-+define(`FUNCTION',`$1_')
- #
- # FORTRAN character strings are passed as follows:
--# XXX is this right?
- # a pointer to the base of the string is passed in the normal
- # argument list, and the length is passed by value as an extra