Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src/sbin/modload



   
   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.



Home | Main Index | Thread Index | Old Index