Subject: PR/31184 CVS commit: src/lib/libc/net
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Ty Sarna <tsarna@netbsd.org>
List: netbsd-bugs
Date: 09/15/2005 15:26:02
The following reply was made to PR lib/31184; it has been noted by GNATS.
From: Ty Sarna <tsarna@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/31184 CVS commit: src/lib/libc/net
Date: Thu, 15 Sep 2005 15:25:40 +0000 (UTC)
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.