Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/21/1999 14:48:29
Module Name:	src
Committed By:	thorpej
Date:		Fri May 21 21:48:28 UTC 1999

Modified Files:
	src/sys/arch/mac68k/dev: if_sn.c
Log Message:
Fix a couple of problems from the ether_input() change:
- Make it compile again, with BPF.
- Don't subtract the Ethernet header length from the total packet length.
- Copy the alignment fix from sys/dev/ic/i82586.c (though the m68k shouldn't
really be affected).