Subject: CVS commit: src/lib/libc/net
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/23/2004 03:42:13
Module Name: src
Committed By: lukem
Date: Tue Nov 23 03:42:13 UTC 2004
Modified Files:
src/lib/libc/net: gethnamaddr.c
Log Message:
Fix gethostent(3) (which was reenabled in rev 1.63) so that it actually
works by allowing _gethtent() to treat host.h_addrtype==0 && host.h_length==0
as "any address family" when parsing.
To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 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.