]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2087. [port] libisc failed to compile on OS's w/o a vsnprintf.
authorMark Andrews <marka@isc.org>
Mon, 2 Oct 2006 01:29:27 +0000 (01:29 +0000)
committerMark Andrews <marka@isc.org>
Mon, 2 Oct 2006 01:29:27 +0000 (01:29 +0000)
                        [RT #16382]

CHANGES
lib/isc/string.c

diff --git a/CHANGES b/CHANGES
index 317058b7e499072dae16e5bba3dbac76d5e24a63..e6a7fae963f15c5ea69123819742d1459d4a2d29 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2087.  [port]          libisc failed to compile on OS's w/o a vsnprintf.
+                       [RT #16382]
+
 2086.  [port]          libbind: FreeBSD now has get*by*_r() functions.
                        [RT #16403]
 
index f6c5e7f7c7309c41fdf716c8ef9ca31859405a2e..4bc21729e77521690399f8da730a124796a9ac69 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: string.c,v 1.16 2005/08/23 04:05:50 marka Exp $ */
+/* $Id: string.c,v 1.17 2006/10/02 01:29:27 marka Exp $ */
 
 /*! \file */
 
@@ -24,6 +24,7 @@
 #include <ctype.h>
 
 #include <isc/mem.h>
+#include <isc/print.h>
 #include <isc/region.h>
 #include <isc/string.h>
 #include <isc/util.h>