Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/05/2000 05:43:06
Module Name:	basesrc
Committed By:	itojun
Date:		Wed Jul  5 12:43:06 UTC 2000

Modified Files:
	basesrc/usr.sbin/inetd: inetd.c

Log Message:
more change on getaddrinfo error handling.

XXX enami, I admit it is not a good thing to check the error code from
getaddrinfo.  it is sometimes mandatory, however.  gai_strerror message
can be too generic in some cases.  we can't really extend getaddrinfo,
as it was not invented by kame (see RFC2553)


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 basesrc/usr.sbin/inetd/inetd.c

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