Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/22/2002 12:42:41
Module Name:	basesrc
Committed By:	kleink
Date:		Wed May 22 09:42:40 UTC 2002

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

Log Message:
Turn the flags argument to getnameinfo(3) back into an int (from unsigned
int); this is consistent with RFC2553, the current draft-ietf-ipngwg-
rfc2553bis-05 and the majority of deployed implementations.

Also, there is an effort under way to have this changed back to int in
XBD6/XSH6, XNS, and POSIX-2001 TC1.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 basesrc/include/netdb.h
cvs rdiff -r1.20 -r1.21 basesrc/lib/libc/net/getnameinfo.3
cvs rdiff -r1.38 -r1.39 basesrc/lib/libc/net/getnameinfo.c

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