mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 05:20:47 -04:00
16 lines
341 B
Plaintext
16 lines
341 B
Plaintext
$NetBSD: patch-ad,v 1.7 2008/04/29 11:40:50 wiz Exp $
|
|
|
|
--- common/convert.cpp.orig 2007-12-03 07:55:45.000000000 +0100
|
|
+++ common/convert.cpp
|
|
@@ -24,6 +24,10 @@
|
|
|
|
#include "gettext.h"
|
|
|
|
+#ifdef DECLARE_SNPRINTF
|
|
+int snprintf(char *str, size_t size, const char *format, ...);
|
|
+#endif
|
|
+
|
|
namespace acommon {
|
|
|
|
typedef unsigned char byte;
|