Subject: Re: sockaddr_snprintf
To: None <mouse@Rodents.Montreal.QC.CA>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: tech-userlevel
Date: 11/17/2004 04:27:24
> >>> [NI_WITHSCOPEID] was kame-only extension during API discussion. it
> >>> is not in the final standard (RFC3493). i intend to remove it.
> >> I trust this means "remove from docs, define as 0 in the include
> >> file", so as to not gratuitously break source code written to
> >> today's doc?
> > at least in our tree, NI_WITHSCOPEID was always tested with #ifdef,
> > so there's no gratuitous breakage.
>
> And code in "our tree" is all that matters (to you)?
>
> I guess that's my answer.
go see include/netdb.h for definition of NI_WITHSCOPEID. it is wrapped
by #ifdef _NETBSD_SOURCE.
itojun