Subject: CVS commit: src/sys/arch/bebox/stand/boot
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 04/20/2003 18:17:08
Module Name:	src
Committed By:	bjh21
Date:		Sun Apr 20 18:17:08 UTC 2003

Modified Files:
	src/sys/arch/bebox/stand/boot: inkernel.c

Log Message:
Cast KERNENTRY into a char * before doing arithmetic on it, so we don't end
up trying to cast a 64-bit integer into a pointer, which GCC warns about.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/bebox/stand/boot/inkernel.c

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