> 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.....
I forgot to mention, this is with 1.3.88........
Also, DLCI cannot be compiled as a module anymore in 1.3.88:
dlci.c:602: initializer element for `dlci.name' is not constant
Neither can SLDA:
sdla.c: In function `sdla_errors':
sdla.c:398: `SDLA_RET_NO_BUFF' undeclared (first use this function)
sdla.c:398: (Each undeclared identifier is reported only once
sdla.c:398: for each function it appears in.)
sdla.c: In function `sdla_config':
sdla.c:1128: sizeof applied to an incomplete type
sdla.c:1152: sizeof applied to an incomplete type
sdla.c:1152: sizeof applied to an incomplete type
-----------------------------------------------------------
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++;
}