Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/25/1999 15:10:53
Module Name:	src
Committed By:	thorpej
Date:		Thu Mar 25 23:10:53 UTC 1999

Modified Files:
	src/sys/arch/amiga/dev: if_qn.c
Log Message:
Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining them
ourselves.  Subtract ETHER_CRC_LEN as necessary to get the same values
for these constants as were previously defined locally.