Date: Thu, 23 Oct 2003 10:40:05 -0700 From: Terry Lambert <tlambert2@mindspring.com> To: Hajimu UMEMOTO <ume@mahoroba.org> Cc: current@FreeBSD.org Subject: Re: HEADS-UP: EAI_NODATA was deprecated Message-ID: <3F981275.3728C2AB@mindspring.com> References: <200310231355.h9NDtaGK050034@repoman.freebsd.org> <ygevfqgqc93.wl%ume@mahoroba.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F981275.3728C2AB>