Subject: CVS commit: [netbsd-1-6] basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/25/2002 21:18:57
Module Name: basesrc
Committed By: thorpej
Date: Sat May 25 18:18:56 UTC 2002
Modified Files:
basesrc/include [netbsd-1-6]: netdb.h
basesrc/lib/libc/net [netbsd-1-6]: getnameinfo.3 getnameinfo.c
Log Message:
Resolve pullup-1-6 ticket #14 (itojun), original commit 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.25.2.1 basesrc/include/netdb.h
cvs rdiff -r1.20 -r1.20.2.1 basesrc/lib/libc/net/getnameinfo.3
cvs rdiff -r1.37 -r1.37.2.1 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.