Subject: Re: 'nother question
To: paul beard <paulbeard@mac.com>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: netbsd-help
Date: 01/13/2002 15:08:25
On Sat, Jan 12, 2002 at 10:05:40PM -0800, paul beard wrote:
> If I have this is a source file
> 
> #include <endian.h>
> 
> and make is choking on not being able to find the right file, which of 
> the 133 (on my system -- YMMV) should be referenced?

I would just remove it. If conpile fail because of a missing definition,
look in which file it is.

> 
> I assume some of these are already being looked at:
> 
> /usr/include/i386/endian.h
> /usr/include/sys/endian.h
> /usr/pkg/PTL/include/endian.h
> /usr/pkg/PTL/include/i386/endian.h
> /usr/pkg/PTL/include/sys/endian.h

I would guess it's sys/endian.h

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--