From owner-freebsd-current@FreeBSD.ORG Fri Mar 24 15:43:04 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9B0416A400; Fri, 24 Mar 2006 15:43:04 +0000 (UTC) (envelope-from bms@spc.org) Received: from mindfull.spc.org (mindfull.spc.org [83.167.185.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B766643D6D; Fri, 24 Mar 2006 15:42:59 +0000 (GMT) (envelope-from bms@spc.org) Received: from arginine.spc.org ([83.167.185.2]) by mindfull.spc.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52) id 1FMoRC-0000Jg-Qi; Fri, 24 Mar 2006 15:42:54 +0000 Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id EFDC565664; Fri, 24 Mar 2006 15:42:52 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13038-04-14; Fri, 24 Mar 2006 15:42:52 +0000 (GMT) Received: by arginine.spc.org (Postfix, from userid 1078) id 384056565E; Fri, 24 Mar 2006 15:42:52 +0000 (GMT) Date: Fri, 24 Mar 2006 15:42:52 +0000 From: Bruce M Simpson To: Hajimu UMEMOTO Message-ID: <20060324154252.GG80492@spc.org> References: <51873.1143193173@critter.freebsd.dk> <20060324100007.C2181@maildrop.int.zabbadoz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Organization: Incunabulum X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mindfull.spc.org X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spc.org X-Source: X-Source-Args: X-Source-Dir: Cc: "Bjoern A. Zeeb" , Poul-Henning Kamp , FreeBSD current mailing list Subject: Re: addr2ascii() to be retired ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2006 15:43:05 -0000 On Fri, Mar 24, 2006 at 07:23:31PM +0900, Hajimu UMEMOTO wrote: > However, it seems addr2ascii() supports AF_LINK which our > getnameinfo() doesn't support. Since NetBSD's getnameinfo() supports > AF_LINK, it may better to take it from NetBSD. Ume-san is correct. We should port the AF_LINK bits then eliminate addr2ascii(). +1 Regards, BMS