Received: by mail.netbsd.org (Postfix, from userid 0) id 4A01363B11A; Mon, 14 Dec 2009 01:53:33 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id AA23F63B10E for ; Mon, 14 Dec 2009 01:53:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 96652175DD; Mon, 14 Dec 2009 01:53:31 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Mon, 14 Dec 2009 01:53:31 +0000 From: "David A. Holland" Subject: CVS commit: src/lib/libc/net To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091214015331.96652175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: dholland Date: Mon Dec 14 01:53:31 UTC 2009 Modified Files: src/lib/libc/net: getaddrinfo.3 Log Message: getaddrinfo is defined to use the AF_* constants, even though perhaps its interface ought to have been defined in terms of PF_*. Add a note about how the distinction has been lost anyway. Fixes PR lib/42384. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/lib/libc/net/getaddrinfo.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.