summarylogtreecommitdiffstats
path: root/010_ftbfs-gcc4.patch
blob: 219593d84b4df679ebe6913ac4d2f79c11d71161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix FTBFS with gcc 4.0
Origin: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=258509#5
Bug-Debian: http://bugs.debian.org/258509

--- bdfresize-1.5/charresize.c	2000-12-12 20:18:14.000000000 +0900
+++ bdfresize-1.5-3.1/charresize.c	2008-05-11 23:01:11.000000000 +0900
@@ -46,7 +46,6 @@
 void
 processChar(void)
 {
-  char	*malloc();
   char	*srcimage;
   int	*dstgray;