Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-1-6] syssrc/sys/net



Module Name:    syssrc
Committed By:   tron
Date:           Tue Nov 19 21:08:12 UTC 2002

Modified Files:
        syssrc/sys/net [netbsd-1-6]: if_ethersubr.c

Log Message:
Pull up revision 1.96-1.97 (requested by thorpej in ticket #702):
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.95.2.1 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.




Home | Main Index | Thread Index | Old Index