Subject: CVS commit: syssrc/sys/arch/sparc/sparc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 10/13/2001 11:25:58
Module Name: syssrc
Committed By: mrg
Date: Sat Oct 13 08:25:58 UTC 2001
Modified Files:
syssrc/sys/arch/sparc/sparc: autoconf.c
Log Message:
when comparing bp->val[] against other types, cast the bp->val[] value to
other type. this avoids sign extension lossage as "val" is (signed) int.
PR#14212.
To generate a diff of this commit:
cvs rdiff -r1.156 -r1.157 syssrc/sys/arch/sparc/sparc/autoconf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.