1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Don't try and guess the malloc() prototype, that's what system headers

are for.
This commit is contained in:
Kris Kennaway 2002-08-23 23:44:28 +00:00
parent 7da6109ab7
commit 6318d9619d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64926

View File

@ -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;