From owner-cvs-src@FreeBSD.ORG Sat Jul 29 04:22:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B421116A4E0; Sat, 29 Jul 2006 04:22:33 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E606F43D45; Sat, 29 Jul 2006 04:22:32 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6T4MW9w036712; Sat, 29 Jul 2006 04:22:32 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6T4MWbW036711; Sat, 29 Jul 2006 04:22:32 GMT (envelope-from ume) Message-Id: <200607290422.k6T4MWbW036711@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 29 Jul 2006 04:22:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/net getaddrinfo.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 04:22:33 -0000 ume 2006-07-29 04:22:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/net getaddrinfo.c Log: MFC 1.81-1.83: - clean-up: rewrote explore_null and explore_numeric without using sentinel. we do not need it since we make (at most) a single addrinfo entry in these cases. - RFC3493 requires use of inet_aton for AF_INET. - simplification in explore_numeric: unified the post-process with GET_AI and GET_PORT. Commented on an impossible case. Revision Changes Path 1.69.2.8 +43 -64 src/lib/libc/net/getaddrinfo.c