Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/09/2000 04:25:12
Module Name:	basesrc
Committed By:	itojun
Date:		Wed Feb  9 12:25:12 UTC 2000

Modified Files:
	basesrc/include: netdb.h
	basesrc/lib/libc/net: getaddrinfo.c getnameinfo.c

Log Message:
revise extended scoped address format support.  delimiter and the order
is changed, based on discussion in ipngwg scoped address cabal.
past code:	fe80::1@de0
now:		de0%fe80::1
this will be in sync with next extended address format proposal
(which should be final - I don't want to make this kind of change again).


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 basesrc/include/netdb.h
cvs rdiff -r1.26 -r1.27 basesrc/lib/libc/net/getaddrinfo.c
cvs rdiff -r1.9 -r1.10 basesrc/lib/libc/net/getnameinfo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.