summaryrefslogtreecommitdiff
path: root/x11-fonts/bdfresize
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-08-23 23:44:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-08-23 23:44:28 +0000
commit6318d9619df4a92baf4d2d1ecce6a7ee76d01e6f (patch)
treeec5d3a0d64ea834953a70097462339146e5b90bc /x11-fonts/bdfresize
parentUpdate to 1.111. (diff)
Don't try and guess the malloc() prototype, that's what system headers
are for.
Notes
Notes: svn path=/head/; revision=64926
Diffstat (limited to 'x11-fonts/bdfresize')
-rw-r--r--x11-fonts/bdfresize/files/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-fonts/bdfresize/files/patch-aa b/x11-fonts/bdfresize/files/patch-aa
new file mode 100644
index 000000000000..779f112a7426
--- /dev/null
+++ b/x11-fonts/bdfresize/files/patch-aa
@@ -0,0 +1,10 @@
+--- charresize.c.orig Fri Aug 23 16:24:22 2002
++++ charresize.c Fri Aug 23 16:24:46 2002
+@@ -46,7 +46,6 @@
+ void
+ processChar(void)
+ {
+- char *malloc();
+ char *srcimage;
+ int *dstgray;
+