Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 04/25/2000 01:51:40
Module Name:	basesrc
Committed By:	itojun
Date:		Tue Apr 25 08:51:40 UTC 2000

Modified Files:
	basesrc/lib/libc/net: res_init.c res_send.c

Log Message:
cleanup nsaddr_list handling.
- be more backward compatible with apps that update _res.nsaddr_list[n].
- allow scoped IPv6 addresses in /etc/resolv.conf (like fe80::1%lo0).
- simplify #ifdefs.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 basesrc/lib/libc/net/res_init.c
cvs rdiff -r1.24 -r1.25 basesrc/lib/libc/net/res_send.c

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