Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/vax
Module Name: src
Committed By: matt
Date: Sun Mar 12 17:14:42 UTC 2006
Modified Files:
src/sys/arch/vax/include: db_machdep.h pmap.h
src/sys/arch/vax/vax: pmap.c scb.c
src/sys/arch/vax/vsa: dz_vsbus.c
Log Message:
Fix various places where assignment happen to casted lvalues.
(t)v = foo; is not legal C.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/vax/include/db_machdep.h
cvs rdiff -r1.65 -r1.66 src/sys/arch/vax/include/pmap.h
cvs rdiff -r1.135 -r1.136 src/sys/arch/vax/vax/pmap.c
cvs rdiff -r1.16 -r1.17 src/sys/arch/vax/vax/scb.c
cvs rdiff -r1.36 -r1.37 src/sys/arch/vax/vsa/dz_vsbus.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