ENDIAN problem in wic.c

Brian A. Lantz (brian@lantz.com)
Sat, 13 Apr 1996 23:43:20 -0400 (EDT)


in drivers/net/wic.c at line 135, we reach a:

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++;
}