Re: HEADS-UP: EAI_NODATA was deprecated

2003-10-23 Thread Hajimu UMEMOTO
Hi, > On Thu, 23 Oct 2003 10:40:05 -0700 > Terry Lambert <[EMAIL PROTECTED]> said: tlambert2> Please apply this patch: tlambert2> +#define EAI_NODATA EAINONAME /* To be removed on 23 APR 2004 */ Okay, applied. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama,

Re: HEADS-UP: EAI_NODATA was deprecated

2003-10-23 Thread Terry Lambert
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).

HEADS-UP: EAI_NODATA was deprecated

2003-10-23 Thread Hajimu UMEMOTO
Hi, 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). Sincerely, --- Begin Mes