diff options
author | azahi <azahi@teknik.io> | 2018-12-28 01:22:40 +0300 |
---|---|---|
committer | azahi <azahi@teknik.io> | 2018-12-28 01:22:40 +0300 |
commit | 8f2f466965f061ce6d6be4443497c0fe6e10a5bc (patch) | |
tree | 9999239cbbac3bab7497b28c44dd75cf499d7f8c /app-misc/bdfresize/files/bdfresize-1.5-gcc.patch |
Initial
Diffstat (limited to '')
-rw-r--r-- | app-misc/bdfresize/files/bdfresize-1.5-gcc.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-misc/bdfresize/files/bdfresize-1.5-gcc.patch b/app-misc/bdfresize/files/bdfresize-1.5-gcc.patch new file mode 100644 index 0000000..015d306 --- /dev/null +++ b/app-misc/bdfresize/files/bdfresize-1.5-gcc.patch @@ -0,0 +1,12 @@ +diff --git a/charresize.c b/charresize.c +index b6c694a..795bff4 100644 +--- a/charresize.c ++++ b/charresize.c +@@ -46,7 +46,6 @@ static int bit[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 }; + void + processChar(void) + { +- char *malloc(); + char *srcimage; + int *dstgray; + |