Subject: PR/31184 CVS commit: src/lib/libc
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Ty Sarna <tsarna@netbsd.org>
List: netbsd-bugs
Date: 09/15/2005 23:34: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
Date: Thu, 15 Sep 2005 23:33:41 +0000 (UTC)

 Module Name:	src
 Committed By:	tsarna
 Date:		Thu Sep 15 23:33:41 UTC 2005
 
 Modified Files:
 	src/lib/libc/net: getaddrinfo.c gethnamaddr.c
 	src/lib/libc/resolv: res_init.c
 
 Log Message:
 Rest of fix for PR#31184: getaddrinfo() now honors resolv.conf sortlist
 directive for dns answers.
 
 Also, unifdef the RESLVSORT (non-)option sillyness.
 
 Reviewed by christos.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.72 -r1.73 src/lib/libc/net/getaddrinfo.c
 cvs rdiff -r1.66 -r1.67 src/lib/libc/net/gethnamaddr.c
 cvs rdiff -r1.5 -r1.6 src/lib/libc/resolv/res_init.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.