]> 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:34 +0000 (02:32 +0000)
committerMark Andrews <marka@isc.org>
Wed, 11 Oct 2006 02:32:34 +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 4cd5be32cbd247887152ea8ae7c6885a25da5cde..d1b4bd7c9dfebf8474a1516d7c2c44f43be0ec72 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]
 
 2091.  [port]          dighost.c: race condition on cleanup. [RT #16417]
index 085165636ca07daa15c55b3b5d11054c988c41af..aec69235d11d29813d4f0619cbea6712882962e9 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.4 2005/11/03 23:41:22 marka Exp $";
+static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.1.2.5 2006/10/11 02:32:34 marka Exp $";
 #endif
 
 #include "port_before.h"
@@ -40,10 +40,10 @@ static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.1.2.4 2005/11/03 23:41:22
 # 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 *