]> 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:50 +0000 (02:32 +0000)
committerMark Andrews <marka@isc.org>
Wed, 11 Oct 2006 02:32:50 +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 a17f88d4db293f74b98aec361ae80e72ef6f6d54..8ad422bfc128d84d72137289c0e63b31cdf708fd 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]
 
 2092.  [bug]           win32: dig, host, nslookup.  Use registry config
index 192cf1e752ef33035cbdc10f53eb8d24d880a87e..b25dc8256f61e6aca39d72416d748de0278c8dbd 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.1.2.1.8.3 2005/11/03 23:08:40 marka Exp $";
+static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.1.2.1.8.4 2006/10/11 02:32:50 marka Exp $";
 #endif
 
 #include "port_before.h"
@@ -40,10 +40,10 @@ static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.1.2.1.8.3 2005/11/03 23:0
 # 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 *