0e1e95f5e4
PKGREVISION -> 2.
11 lines
375 B
Text
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
|