Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/19/2002 21:58:51
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon Aug 19 18:58:51 UTC 2002

Modified Files:
	syssrc/sys/net: if_ethersubr.c

Log Message:
In ether_output(), don't bother calling memcpy() to plop the ethertype
into the packet: On system with no strict alignment constraints, just
assign the value, and on others, do an inline 2 byte copy.


To generate a diff of this commit:
cvs rdiff -r1.95 -r1.96 syssrc/sys/net/if_ethersubr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.