]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2095. [port] libbind: alway prototype inet_cidr_ntop_ipv6() and
authorMark Andrews <marka@isc.org>
Wed, 11 Oct 2006 02:32:47 +0000 (02:32 +0000)
committerMark Andrews <marka@isc.org>
Wed, 11 Oct 2006 02:32:47 +0000 (02:32 +0000)
                        net_cidr_ntop_ipv6(). [RT #16388]

CHANGES
lib/bind/inet/inet_cidr_ntop.c

diff --git a/CHANGES b/CHANGES
index 4b99f6bad6b49a153efeead9b8a39ca86b7a2c0a..d50c9764ea04677b11424a427a3a104d0ce9a485 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2095.  [port]          libbind: alway prototype inet_cidr_ntop_ipv6() and
+                       net_cidr_ntop_ipv6(). [RT #16388]
 2094.  [contrib]       Update named-bootconf.  [RT# 16404]
 
 2093.  [bug]           named-checkzone -s was broken.
index fe4d148a80748da01123e3c5b46b12f4f27b34c1..645b3cd500edb4cdb21afeeb2d174f849462bc62 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.4.18.2 2005/11/03 23:02:22 marka Exp $";
+static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.4.18.3 2006/10/11 02:32:47 marka Exp $";
 #endif
 
 #include "port_before.h"
@@ -40,10 +40,10 @@ static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.4.18.2 2005/11/03 23:02:2
 # define SPRINTF(x) ((size_t)sprintf x)
 #endif
 
-static char *  inet_cidr_ntop_ipv4 __P((const u_char *src, int bits,
-                                        char *dst, size_t size));
-static char *  inet_cidr_ntop_ipv6 __P((const u_char *src, int bits,
-                                        char *dst, size_t size));
+static char *
+inet_cidr_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size);
+static char *
+inet_cidr_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size);
 
 /*%
  * char *