Subject: CVS commit: src/sys/arch/vax/boot/boot
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/08/2006 07:03:11
Module Name: src
Committed By: he
Date: Thu Jun 8 07:03:11 UTC 2006
Modified Files:
src/sys/arch/vax/boot/boot: autoconf.c if_de.c if_le.c mfm.c ra.c
Log Message:
Get rid of lvalue casts by either using an extra temporary variable
or by using the appropriate casts in the first place.
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/arch/vax/boot/boot/autoconf.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/vax/boot/boot/if_de.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/vax/boot/boot/if_le.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/vax/boot/boot/mfm.c
cvs rdiff -r1.14 -r1.15 src/sys/arch/vax/boot/boot/ra.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.