Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/03/2005 13:30:10
Module Name: src
Committed By: he
Date: Fri Jun 3 13:30:10 UTC 2005
Modified Files:
src/sys/kern: core_elf32.c
Log Message:
An Elf32_Addr can't be cast to caddr_t without first being cast to intptr_t
without causing a warning (turned into error). Fixes build problem for amd64.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/kern/core_elf32.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.