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

12 lines
375 B
Plaintext

$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