summaryrefslogtreecommitdiff
path: root/devel/libmalloc/files/patch-aa
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-01-10 10:57:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-01-10 10:57:55 +0000
commit60c376c63b682bfe5add02c3054f1ce67ec390cc (patch)
tree85419ce2ecc20f6ad40183440c5cd46ccd71e35c /devel/libmalloc/files/patch-aa
parentMake this file match reality. In particular, all the binaries were (diff)
Upgrade, 1.17a -> 1.18. This port is no longer BROKEN, although I'm not sure
what good it will do with phkmalloc in the system.... Submitted (mostly) by: chuckr (yes Chuck, I finally got to your mail!)
Notes
Notes: svn path=/head/; revision=5299
Diffstat (limited to 'devel/libmalloc/files/patch-aa')
-rw-r--r--devel/libmalloc/files/patch-aa13
1 files changed, 12 insertions, 1 deletions
diff --git a/devel/libmalloc/files/patch-aa b/devel/libmalloc/files/patch-aa
index 5af23fc4a3f6..e66264cc43b0 100644
--- a/devel/libmalloc/files/patch-aa
+++ b/devel/libmalloc/files/patch-aa
@@ -25,7 +25,7 @@
RANLIB = ranlib
LDFLAGS=#-Bstatic
-+ VERSION=1.13
++ VERSION=1.18
# only developers should have to change stuff below this line
@@ -134,3 +134,14 @@
.id: $(SRCS)
mkid $(SRCS) $(SPLAYSRC) $(HDRS) $(SPLAYHDR)
touch .id
+--- externs.h.orig Fri Jul 12 13:00:12 1996
++++ externs.h Fri Jul 12 13:01:21 1996
+@@ -39,7 +39,7 @@
+
+ extern int fputs proto((const char *, FILE *));
+ extern int fflush proto((FILE *));
+-extern int setvbuf proto((FILE *, char *, int, memsize_t));
++extern int setvbuf proto((FILE *, char *, int, size_t));
+
+ /* Character Handling: <string.h> */
+