From 1501f61891a7a207cce1aa417e23eb96889384b2 Mon Sep 17 00:00:00 2001 From: itojun Date: Mon, 13 Dec 1999 14:18:31 +0000 Subject: bring in latest KAME get{addr,name}info(3). getnameinfo(3) globs ai_socktype and ai_protocol correctly. KAME scopeid extension is implemented. (draft-ietf-ipngwg-scopedaddr-format-00.txt) bump up shlib minor (may not be necessary, but rather big difference in behavior - especially ai_flags) --- lib/libc/shlib_version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/shlib_version') diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index b3a7a362f50..6c98ddb8851 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,5 +1,5 @@ -# $NetBSD: shlib_version,v 1.80 1999/12/01 18:35:15 thorpej Exp $ +# $NetBSD: shlib_version,v 1.81 1999/12/13 14:18:32 itojun Exp $ # Remember to update distrib/sets/lists/base/shl.* when changing # major=12 -minor=52 +minor=53 -- cgit