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:
parent
7da6109ab7
commit
6318d9619d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64926
10
x11-fonts/bdfresize/files/patch-aa
Normal file
10
x11-fonts/bdfresize/files/patch-aa
Normal 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;
|
||||
|
Loading…
Reference in New Issue
Block a user