Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/bebox/stand/boot
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.
Home |
Main Index |
Thread Index |
Old Index