Re: ENDIAN problem in wic.c

Brian A. Lantz (brian@lantz.com)
Sun, 14 Apr 1996 00:04:46 -0400 (EDT)


On Sat, 13 Apr 1996, Brian A. Lantz wrote:

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