Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/30/2000 06:01:02
Module Name:	basesrc
Committed By:	itojun
Date:		Sun Jul 30 03:01:02 UTC 2000

Modified Files:
	basesrc/lib/libc/net: gethnamaddr.c

Log Message:
on gethostby* with NIS backend, make a lookup against ipnodes.{byname,byaddr}
for non-IPv4 address.  obeys solaris8 practice.

XXX does not support scoped address extension, as gethostby* are not
scope-aware.  always use getaddrinfo/getnameinfo.
XXX it is not very useful at this moment, if you define multiple entries for
single hostname.  see PR 10713 for detail.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 basesrc/lib/libc/net/gethnamaddr.c

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