]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
dnssec-signzone needs strtoul() - 19129
authorFrancis Dupont <fdupont@isc.org>
Tue, 6 Jan 2009 09:14:03 +0000 (09:14 +0000)
committerFrancis Dupont <fdupont@isc.org>
Tue, 6 Jan 2009 09:14:03 +0000 (09:14 +0000)
CHANGES
bin/dnssec/dnssec-signzone.c

diff --git a/CHANGES b/CHANGES
index 34fabd508d155fa74563d7748b11ea8f42877e1b..7cf93f4a4f02e5193acd5f41fc3fa63ac0782939 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2524.  [port]          sunos: dnssec-signzone needs strtoul(). [RT #19129]
+
 2523.  [bug]           Random type rdata freed by dns_nsec_typepresent().
                        [RT #19112]
 
index f446ef3478d89d2e463f3ba9606b4ea9f1bc1114..b2ec6e5933becd821e45be3771ae7bd2bc5a8c1a 100644 (file)
@@ -29,7 +29,7 @@
  * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-signzone.c,v 1.209 2008/11/14 22:53:46 marka Exp $ */
+/* $Id: dnssec-signzone.c,v 1.210 2009/01/06 09:14:03 fdupont Exp $ */
 
 /*! \file */
 
@@ -53,6 +53,7 @@
 #include <isc/random.h>
 #include <isc/serial.h>
 #include <isc/stdio.h>
+#include <isc/stdlib.h>
 #include <isc/string.h>
 #include <isc/task.h>
 #include <isc/time.h>