wic.c:135: #error "Please fix the endianness defines in <asm/byteorder.h>"
Seems that wic.c wants LITTLE_ENDIAN or BIG_ENDIAN, while asm/byteorder.h
has __LITTLE_ENDIAN.....
-----------------------------------------------------------
Brian A. Lantz http://www.lantz.com brian@lantz.com
REAL PORTION of Microsoft Windows code:
while (memory_available) {
eat_major_portion_of_memory (no_real_reason);
if (feel_like_it)
make_user_THINK (this_is_an_OS);
gates_bank_balance++;
}