Subject: re: CVS commit: src/sbin/modload
To: None <ross@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 07/09/2006 08:21:41
   
   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.


FWIW, _LP64 is now a GCC convention as well.  the it literally
tests the size of long, pointer (64) and int (32) and if those
are correct, defines _LP64, on all platforms.