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

12 lines
374 B
Plaintext

$NetBSD: patch-setStr_c,v 1.1 2011/10/03 06:45:31 dholland Exp $
Declare functions before calling them.
--- setStr.c~ 2003-04-19 15:21:53.000000000 +0000
+++ setStr.c
@@ -1,3 +1,4 @@
+#include "memBlock.h"
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* This is a limited substitute for the more general MakStr*() functions in the *