This broke the compilation of net/decnet/dn_route.c
#ifdef CONFIG_DECNET_ROUTE_FWMARK :
<-- snip -->
...
gcc -Wp,-MD,net/decnet/.dn_route.o.d -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe
-mpreferred-stack-boundary=2 -march=k6 -Iinclude/asm-i386/mach-default -nostdinc
-iwithprefix include -DKBUILD_BASENAME=dn_route -DKBUILD_MODNAME=decnet -c -o
net/decnet/dn_route.o net/decnet/dn_route.c
net/decnet/dn_route.c: In function `dn_route_output_slow':
net/decnet/dn_route.c:896: warning: deprecated use of label at end of
compound statement
net/decnet/dn_route.c:1057: `flp' undeclared (first use in this function)
net/decnet/dn_route.c:1057: (Each undeclared identifier is reported only once
net/decnet/dn_route.c:1057: for each function it appears in.)
net/decnet/dn_route.c: In function `dn_route_input_slow':
net/decnet/dn_route.c:1182: structure has no member named `fwmark'
make[2]: *** [net/decnet/dn_route.o] Error 1
<-- snip -->
cu
Adrian
--"Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/