Re: Linux 2.0.36pre-patch 20

Miquel van Smoorenburg (miquels@cistron.nl)
11 Nov 1998 13:48:24 +0100


In article <cistron.m0zdMpY-0007UDC@the-village.bc.nu>,
Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:
>
>ftp://ftp.linux.org.uk/pub/linux/alan/..
>
>o ISDN4linux update - this should fix some stack overruns with Hisax

gcc -D__KERNEL__ -I/usr/src/linux-2.0.36-pre20/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.0.36-pre20/include/linux/modversions.h -c -o isdn_net.o isdn_net.c
isdn_net.c: In function `isdn_net_xmit':
isdn_net.c:1193: warning: implicit declaration of function `isdn_net_recalc_timeout'
isdn_net.c:1193: `ISDN_TIMRU_KEEPUP_OUT' undeclared (first use this function)
isdn_net.c:1193: (Each undeclared identifier is reported only once
isdn_net.c:1193: for each function it appears in.)
isdn_net.c:1194: `ISDN_TIMRU_PACKET_SKB' undeclared (first use this function)
make[2]: *** [isdn_net.o] Error 1
make[2]: Leaving directory `/extra/src/linux-2.0.36-pre20/drivers/isdn'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/extra/src/linux-2.0.36-pre20/drivers'
make: *** [modules] Error 2

Mike.

-- 
Indifference will certainly be the downfall of mankind, but who cares?

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/