Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/29/2000 08:22:01
Module Name:	syssrc
Committed By:	itojun
Date:		Tue Feb 29 16:22:00 UTC 2000

Modified Files:
	syssrc/sys/netinet: udp_usrreq.c

Log Message:
avoid copy-overwrite-copy on incoming udp4 checksum.  use in4_cksum
which takes care of pseudo header checksum without overwrites.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 syssrc/sys/netinet/udp_usrreq.c

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