diff options
author | Maho Nakata <maho@FreeBSD.org> | 2016-04-18 11:28:17 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2016-04-18 11:28:17 +0000 |
commit | f18cdd2f47e0ad8e2efa6320e4d798dca685c435 (patch) | |
tree | e4d96abb7da8fa9289f63ac31db0946d39c9c989 /math/spooles/files/patch-MPI+src+makeGlobalLib | |
parent | Update to version 2.10 (diff) |
Cosmetic updates
- Clean up a malloc() call to get rid of some warnings.
- Pet portlint by using "makepatch" for the patches, added the license,
changed a tab after the WWW line.
PR: 208295
Submitted by: pfg@
Diffstat (limited to 'math/spooles/files/patch-MPI+src+makeGlobalLib')
-rw-r--r-- | math/spooles/files/patch-MPI+src+makeGlobalLib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/spooles/files/patch-MPI+src+makeGlobalLib b/math/spooles/files/patch-MPI+src+makeGlobalLib index 05a4292e571c..fc6a5346a8db 100644 --- a/math/spooles/files/patch-MPI+src+makeGlobalLib +++ b/math/spooles/files/patch-MPI+src+makeGlobalLib @@ -1,6 +1,6 @@ ---- MPI/src/makeGlobalLib.orig Sat Nov 21 23:52:01 1998 -+++ MPI/src/makeGlobalLib Fri Oct 1 00:17:01 2004 -@@ -29,7 +29,7 @@ +--- MPI/src/makeGlobalLib.orig 1998-11-21 22:52:01 UTC ++++ MPI/src/makeGlobalLib +@@ -29,7 +29,7 @@ SRC = aggListMPI.c \ utilities.c OBJ_FILES = ${SRC:.c=.o} |