From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264407AbTDWTY6 (ORCPT ); Wed, 23 Apr 2003 15:24:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264268AbTDWTW5 (ORCPT ); Wed, 23 Apr 2003 15:22:57 -0400 Received: from hermes.fachschaften.tu-muenchen.de ([129.187.202.12]:9723 "HELO hermes.fachschaften.tu-muenchen.de") by vger.kernel.org with SMTP id S264420AbTDWTV6 (ORCPT ); Wed, 23 Apr 2003 15:21:58 -0400 Date: Wed, 23 Apr 2003 21:33:58 +0200 From: Adrian Bunk To: Steven Whitehouse Cc: Kernel Mailing List Subject: 2.5.68: net/decnet/dn_route.c doesn't compile Message-ID: <20030423193358.GU15833@fs.tum.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 19, 2003 at 08:11:40PM -0700, Linus Torvalds wrote: >... > Summary of changes from v2.5.67 to v2.5.68 > ============================================ >... > Steven Whitehouse: > o [DECNET]: DECnet routing fixes etc >... 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