Subject: CVS commit: [netbsd-4] src/sys/arch/vax/vax
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/04/2007 19:37:59
Module Name:	src
Committed By:	bouyer
Date:		Thu Jan  4 19:37:59 UTC 2007

Modified Files:
	src/sys/arch/vax/vax [netbsd-4]: in4_cksum.c in_cksum.c

Log Message:
Pull up following revision(s) (requested by ragge in ticket #321):
	sys/arch/vax/vax/in4_cksum.c: revision 1.11
	sys/arch/vax/vax/in_cksum.c: revision 1.10
GCC constraints error for inline assembler, causing in_cksum to calculate
the checksum wrong in the non-optimized case.  Fix provided in PR#14614
by Rhialto, so this solves this PR.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.10.24.1 src/sys/arch/vax/vax/in4_cksum.c
cvs rdiff -r1.9 -r1.9.24.1 src/sys/arch/vax/vax/in_cksum.c

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