]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Mon, 18 Sep 2000 17:51:38 +0000 (17:51 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 18 Sep 2000 17:51:38 +0000 (17:51 +0000)
 471.   [bug]           nsupdate didn't compile on HP/UX 10.20

CHANGES
bin/nsupdate/nsupdate.c

diff --git a/CHANGES b/CHANGES
index ab2931a190e18a1e57764b0d15f29e53dc4890da..7ea8cb59898ca226065b8c4fb64c8375519f09ba 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
 
+ 471.  [bug]           nsupdate didn't compile on HP/UX 10.20
+
        --- 9.0.0 released ---
 
  463.  [bug]           nsupdate sent malformed SOA queries to the second
index 9c6031252a34f1fa2ee5b7e26174a2582a3fc106..9ad9cae19407213148ccbf08487944e2c569be29 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: nsupdate.c,v 1.8.2.7 2000/09/15 23:47:14 gson Exp $ */
+/* $Id: nsupdate.c,v 1.8.2.8 2000/09/18 17:51:38 gson Exp $ */
 
 #include <config.h>
 
@@ -109,6 +109,8 @@ static isc_sockaddr_t *userserver = NULL;
 static char *keystr = NULL, *keyfile = NULL;
 static isc_entropy_t *entp = NULL;
 
+extern int h_errno;
+
 typedef struct nsu_requestinfo {
        dns_message_t *msg;
        isc_sockaddr_t *addr;