Subject: Re: getifaddrs(3)
To: Martin Husemann <martin@duskware.de>
From: Bill Studenmund <wrstuden@netbsd.org>
List: tech-net
Date: 05/15/2003 10:39:31
On Thu, 15 May 2003, Martin Husemann wrote:

> On Thu, May 15, 2003 at 11:35:31PM +0900, Jun-ichiro itojun Hagino wrote:
> > 	is it okay to assume the presense of getifaddrs(3) in src/*?
> > 	if so, i have numerous cleanup to do.
>
> Yes, we already depend on it in some places.

Even for host tools?

For non-host-tool programs, it's probably fine. But for host tool
programs, we either can't depend on it, or we need it in our compat
library.

Take care,

Bill