Subject: Re: Where is if_ether.h???
To: David Evans <dfevans@bbcr.uwaterloo.ca>
From: Matti Ristinmaa <hlmr@bertil.hallf.lth.se>
List: port-vax
Date: 04/03/1997 09:03:01
On Wed, 2 Apr 1997, David Evans wrote:
> A. Sporner wrote:
> >
> >
> > Hello Group,
> >
> > I am trying to compile the kernel (1.2) and have reached an impass.
> > It seems like the whole ~include/net or what ever the directory is
> > supposed to be called is missing from the include.tar.gz tar file.
> > I am failing when trying to build libc (net subdirectory) as it
> > needs the"if_ether.h" header file.
> >
>
> I found it in /usr/src/sys/net/if_ether.h.
I also have this problem when compiling the kernel, it seems to be the
INET flag in sys/arch/vax/vax/machdep.c giving the problem
#ifdef INET
#include <netinet/in.h>
#include <netinet/if_ether.h>
#include <netinet/ip_var.h>
#endif
I changed this to #include <net/if_ether.h>, it complies without error,
but..... That gives me problems with the network... So I guess there is
another solution...
/Matti
>
> --
> David Evans (NeXTMail OK) dfevans@bbcr.uwaterloo.ca
> Computer/Synth Junkie http://bbcr.uwaterloo.ca/~dfevans/
> University of Waterloo "Default is the value selected by the composer
> Ontario, Canada overridden by your command." - Roland TR-707 Manual
>