Subject: Error?: src/sys/arch/vax/boot/netio.c
To: NetBSD Current-Users <current-users@NetBSD.ORG>
From: Brian D Chase <brianc@carpediem.com>
List: current-users
Date: 07/04/1997 20:42:39
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
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
--
There does exist a /usr/include/net/if_ether.h but ther is no
/usr/include/netinet/if_ether.h
Three other files in the NetBSD sources have the name if_ether.h:
src/sys/lib/libsa/if_ether.h
src/sys/net/if_ether.h
src/usr.sbin/dhcp/includes/netinet/if_ether.h
I'm guessing the correct file to use is one of the first two, but I'm not
certain. I believe there's an error in the netio.c file.
-brian.
---------------------------------------------------------------------------
Brian D. Chase Systems Coordinator brian.chase@carpediem.com
-- Compression, Inc. - 13765 Alton Pkwy, Suite B - Irvine, CA 92618, USA --