Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2003 09:32:08 +0200
From:      Andrea Campi <andrea@webcom.it>
To:        Stefan Farfeleder <stefan@fafoe.narf.at>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/include netdb.h
Message-ID:  <20031024073208.GB17866@webcom.it>
In-Reply-To: <20031024000432.GF609@wombat.fafoe.narf.at>
References:  <200310231754.h9NHsH1k069480@repoman.freebsd.org> <20031024000432.GF609@wombat.fafoe.narf.at>

next in thread | previous in thread | raw e-mail | index | archive | help
> On Thu, Oct 23, 2003 at 10:54:17AM -0700, Hajimu UMEMOTO wrote:
> >   FreeBSD src repository
> > 
> >   Modified files:
> >     include              netdb.h 
> >   Log:
> >   workaround to have backward compatibility for EAI_NODATA.
> >   it will be removed on 23 Apr 2004.
> >   
> >   Submitted by:   terry
> 
> | @@ -163,6 +163,7 @@ struct addrinfo {
> |  #define	EAI_NODATA	 7	/* no address associated with hostname */
> |  #endif
> |  #define	EAI_NONAME	 8	/* hostname nor servname provided, or not known */
> | +#define EAI_NODATA	EAINONAME	/* To be removed on 23 APR 2004 */
> |  #define	EAI_SERVICE	 9	/* servname not supported for ai_socktype */
> |  #define	EAI_SOCKTYPE	10	/* ai_socktype not supported */
> |  #define	EAI_SYSTEM	11	/* system error returned in errno */

I also wonder at this "to be removed on". Shouldn't this be under BURN_BRIDGES,
or anyway handled in the traditional way: deprecate it in 5-RELEASE, remove in 6?

Bye,
	Andrea

-- 
   If Bill Gates had a dime for every time a Windows box crashed...
                ...Oh, wait a minute, he already does.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031024073208.GB17866>