Subject: Re: Error?: src/sys/arch/vax/boot/netio.c
To: NetBSD Current-Users <current-users@NetBSD.ORG>
From: Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de>
List: current-users
Date: 07/07/1997 15:36:01
Excerpts from netbsd: 7-Jul-97 Re: Error?: src/sys/arch/va.. Brian D
Chase@carpediem. (1268*)

> > Basically, you need to include
> > <lib/libsa/if_ether.h> instead. (However: why do you need it at all in
> > machine dependend code?)
> 
> Judging by the -I../../../lib/libsa option given to the C compiler, an
> #include <if_ether.h> would've been appropriate.  

Neither - nor.
Please don't use <lib/libsa/if_ether.h> anymore. Normally, the
definitions in <net/if_ether.h> should be sufficient.
(only arp related stuff is missing)
<lib/libsa/if_ether.h> should go; I'm just eliminating its
inclusion in the libsa files. Too much confusion / duplication
otherwise.

best regards
Matthias