Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 02/07/2008 22:45:20
Module Name:	src
Committed By:	joerg
Date:		Thu Feb  7 22:45:20 UTC 2008

Modified Files:
	src/sys/netinet: in4_cksum.c

Log Message:
Reimplement in4_cksum to not copy data, but sum up directly.
Tested on sparc and m68k by martin@.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/netinet/in4_cksum.c

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