Subject: Re: Error?: src/sys/arch/vax/boot/netio.c
To: None <current-users@NetBSD.ORG>
From: None <is@Beverly.Rhein.DE>
List: current-users
Date: 07/07/1997 00:37:03
Brian D Chase (brianc@carpediem.com) wrote:
: 
: This in under NetBSD/vax During a `make build':
: 
: --
: cc -O -O -I. -I../../../../.. -I../../../.. -I../../.. -I../..
: -I../../../lib/libsa -DSTANDALONE -DRELOC=0x100000 -DXXRPB=0x0F4240  -c
: netio.c
: netio.c:56: netinet/if_ether.h: No such file or directory

There is no more netinet/if_ether.h, since some time.

However, the MI part of libsa hasnt switched yet, but uses its private
copy of the old if_ether.h instead. Basically, you need to include
<lib/libsa/if_ether.h> instead. (However: why do you need it at all in
machine dependend code?)

Regards,
	Ignatios