aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/inet/inet_cidr_pton.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2014-08-05 23:16:31 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2014-08-05 23:16:31 +0000
commit046c3635cdb274a1f6ccec9933899f5b3bc043a2 (patch)
tree86907bd56dee80f5c645243f1ea2cdc4696e9151 /lib/libc/inet/inet_cidr_pton.c
parent9aeb4147cccc048baca125d0a667bd69f88c8b83 (diff)
downloadsrc-046c3635cdb274a1f6ccec9933899f5b3bc043a2.tar.gz
src-046c3635cdb274a1f6ccec9933899f5b3bc043a2.zip
Bring final version of libbind:
From http://www.isc.org/downloads/libbind/ The libbind functions have been separated from the BIND suite as of BIND 9.6.0. Originally from older versions of BIND, they have been continually maintained and improved but not installed by default with BIND 9. This standard resolver library contains the same historical functions and headers included with many Unix operating systems. In fact, most implementations are based on the same original code. At present, NetBSD maintains libbind code, now known as "netresolv".
Notes
Notes: svn path=/vendor/resolver/dist/; revision=269610
Diffstat (limited to 'lib/libc/inet/inet_cidr_pton.c')
-rw-r--r--lib/libc/inet/inet_cidr_pton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/inet/inet_cidr_pton.c b/lib/libc/inet/inet_cidr_pton.c
index b55e3ea95679..07652af4636b 100644
--- a/lib/libc/inet/inet_cidr_pton.c
+++ b/lib/libc/inet/inet_cidr_pton.c
@@ -16,7 +16,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$Id: inet_cidr_pton.c,v 1.5.18.1 2005/04/27 05:00:53 sra Exp $";
+static const char rcsid[] = "$Id: inet_cidr_pton.c,v 1.6 2005/04/27 04:56:19 sra Exp $";
#endif
#include "port_before.h"