patch-charresize_c 334 B

12345678910111213141516
  1. $OpenBSD: patch-charresize_c,v 1.1.1.1 2017/06/13 21:46:16 fcambus Exp $
  2. Fix conflicting types for 'malloc' error.
  3. Index: charresize.c
  4. --- charresize.c.orig
  5. +++ charresize.c
  6. @@ -46,7 +46,6 @@ static int bit[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x
  7. void
  8. processChar(void)
  9. {
  10. - char *malloc();
  11. char *srcimage;
  12. int *dstgray;