Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 04/26/2001 15:55:32
Module Name:	basesrc
Committed By:	kleink
Date:		Thu Apr 26 12:55:32 UTC 2001

Modified Files:
	basesrc/include: netdb.h
	basesrc/lib/libc/net: gethnamaddr.c gethostbyname.3

Log Message:
Change the `len' arguemtn to gethostbyaddr(3) from int to socklen_t in
accordance with XNS5.2; fixes PR standards/12703.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/include/netdb.h
cvs rdiff -r1.39 -r1.40 basesrc/lib/libc/net/gethnamaddr.c
cvs rdiff -r1.18 -r1.19 basesrc/lib/libc/net/gethostbyname.3

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