Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/06/1997 18:40:02
is
Thu Mar  6 10:30:21 PST 1997
Update of /cvsroot/src/sys/net
In directory netbsd1:/var/slash-tmp/cvs-serv2862

Modified Files:
      Tag: is-newarp
	if_ether.h 
Added Files:
      Tag: is-newarp
	ethertypes.h 
Log Message:
Factor out the ETHERTYPE_XXX definitions. They are needed as
- Ethernet protocol type numbers
- ARP protocol type numbers, as per "Assigned Numbers".
This way we don't need to pull in all the Ethernet include file into the
ARP code.