Subject: CVS commit: src/lib/libc/net
To: None <source-changes@NetBSD.org>
From: Ty Sarna <tsarna@netbsd.org>
List: source-changes
Date: 09/15/2005 15:25:40
Module Name: src
Committed By: tsarna
Date: Thu Sep 15 15:25:40 UTC 2005
Modified Files:
src/lib/libc/net: gethnamaddr.c
Log Message:
Re-enable resolv.conf sortlist support in gethostbyname().
Fixes first part of PR#31184. addrsort() was not exposed to the rest of
libc as it turns out not to be usable for getaddrinfo(), so a different
sorter will be implemented for that.
To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/lib/libc/net/gethnamaddr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.