Files
pkgsrc-ng/print/jcabc2ps/patches/patch-minStr_c
2013-09-26 17:14:40 +02:00

13 lines
371 B
Plaintext

$NetBSD: patch-minStr_c,v 1.1 2011/10/03 06:45:31 dholland Exp $
Declare functions before calling them.
--- minStr.c~ 2004-05-18 20:56:52.000000000 +0000
+++ minStr.c
@@ -1,4 +1,5 @@
#include "jcabc2ps.h"
+#include "memBlock.h"
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Make sure that a Str has at least n bytes allocated.