Subject: CVS commit: src/sbin/modload
To: None <source-changes@NetBSD.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 07/08/2006 05:49:01
Module Name: src
Committed By: ross
Date: Sat Jul 8 05:49:01 UTC 2006
Modified Files:
src/sbin/modload: elf.c
Log Message:
Replace complicated test for ELFSIZE 64 with #ifdef _LP64 which is
the netbsd convention. Rig the old test temporarily to a #error
sanity check.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sbin/modload/elf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.