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-makefile | |
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@
Notes
Notes:
svn path=/head/; revision=413569
Diffstat (limited to 'math/spooles/files/patch-makefile')
-rw-r--r-- | math/spooles/files/patch-makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/spooles/files/patch-makefile b/math/spooles/files/patch-makefile index e61342cc3600..971f0bde1d8d 100644 --- a/math/spooles/files/patch-makefile +++ b/math/spooles/files/patch-makefile @@ -1,5 +1,5 @@ ---- makefile.orig Tue Jan 26 05:39:39 1999 -+++ makefile Mon May 5 08:30:58 2003 +--- makefile.orig 1999-01-25 20:39:39 UTC ++++ makefile @@ -1,169 +1,169 @@ drivers : - cd A2 ; make all_drivers |