Source-Changes archive

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

CVS commit: src/sys/arch/vax/vax



Module Name:    src
Committed By:   ragge
Date:           Sun Dec 31 10:52:52 UTC 2006

Modified Files:
        src/sys/arch/vax/vax: in4_cksum.c in_cksum.c

Log Message:
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.11 src/sys/arch/vax/vax/in4_cksum.c
cvs rdiff -r1.9 -r1.10 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.




Home | Main Index | Thread Index | Old Index