pkgsrc/print/jcabc2ps/patches/patch-minStrM_c
2011-10-03 06:45:30 +00:00

11 lines
375 B
Text

$NetBSD: patch-minStrM_c,v 1.1 2011/10/03 06:45:31 dholland Exp $
Declare functions before calling them.
--- minStrM.c~ 2003-04-19 15:21:53.000000000 +0000
+++ minStrM.c
@@ -1,3 +1,4 @@
+#include "memBlock.h"
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Make sure that a Str has at least n bytes allocated. The return value is sp