2.4.28-rc2: net/atm/proc.c compile error

From: Adrian Bunk
Date: Sun Nov 07 2004 - 16:44:52 EST


On Sun, Nov 07, 2004 at 03:37:53PM -0200, Marcelo Tosatti wrote:
>...
> Summary of changes from v2.4.28-rc1 to v2.4.28-rc2
> ============================================
>...
> Harald Welte:
> o [NET]: Backport neighbour scalability fixes from 2.6.x
>...


This patch removes atm_lec_info but not the user of this function,
resulting in the following compile error:


<-- snip -->

...
gcc-2.95 -D__KERNEL__ -I/home/bunk/linux/kernel-2.4/linux-2.4.28-rc2-full/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -nostdinc -iwithprefix include -DKBUILD_BASENAME=proc -c -o proc.o proc.c
proc.c: In function `atm_proc_init':
proc.c:624: `atm_lec_info' undeclared (first use in this function)
proc.c:624: (Each undeclared identifier is reported only once
proc.c:624: for each function it appears in.)
make[3]: *** [proc.o] Error 1
make[3]: Leaving directory `/home/bunk/linux/kernel-2.4/linux-2.4.28-rc2-full/net/atm'

<-- snip -->

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