From owner-freebsd-current@FreeBSD.ORG Thu Oct 23 10:40:56 2003 Return-Path: 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 BEFEF16A4B3; Thu, 23 Oct 2003 10:40:56 -0700 (PDT) Received: from razorbill.mail.pas.earthlink.net (razorbill.mail.pas.earthlink.net [207.217.121.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCB5943FE1; Thu, 23 Oct 2003 10:40:51 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-38ldu6t.dialup.mindspring.com ([209.86.248.221] helo=mindspring.com) by razorbill.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 1ACjS5-0002YP-00; Thu, 23 Oct 2003 10:40:50 -0700 Message-ID: <3F981275.3728C2AB@mindspring.com> Date: Thu, 23 Oct 2003 10:40:05 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Hajimu UMEMOTO References: <200310231355.h9NDtaGK050034@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4867d3b445489aa07897b20ff44d4e2d5350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: ports@FreeBSD.org cc: current@FreeBSD.org Subject: Re: HEADS-UP: EAI_NODATA was deprecated X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 23 Oct 2003 17:40:56 -0000 Hajimu UMEMOTO wrote: > I've just committed to nuke EAI_NODATA. It was depricated in RFC3493 > (aka RFC2553bis). Now, getaddrinfo(3) returns EAI_NONAME instead of > EAI_NODATA. So, an application that looks EAI_NODATA, error handling > will not work. At least, you need to recompile telnet(1). Please apply this patch: +#define EAI_NODATA EAINONAME /* To be removed on 23 APR 2004 */ -- Terry