Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265414AbTFMPbY (ORCPT ); Fri, 13 Jun 2003 11:31:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265415AbTFMPbY (ORCPT ); Fri, 13 Jun 2003 11:31:24 -0400 Received: from blackbird.intercode.com.au ([203.32.101.10]:27913 "EHLO blackbird.intercode.com.au") by vger.kernel.org with ESMTP id S265414AbTFMPbX (ORCPT ); Fri, 13 Jun 2003 11:31:23 -0400 Date: Sat, 14 Jun 2003 01:44:59 +1000 (EST) From: James Morris To: Vincent Fourmond cc: linux-kernel@vger.kernel.org Subject: Re: Kernel comile problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 812 Lines: 26 On Fri, 13 Jun 2003, Vincent Fourmond wrote: > > net/network.o(.text+0xd577): In function `rtnetlink_rcv': > : undefined reference to `rtnetlink_rcv_skb' > > which I corrected by commenting out the "inline" stuff in the file > net/core/rtnetlink.c line 397 > > /*extern __inline__*/ int rtnetlink_rcv_skb(struct sk_buff *skb) > > It looks like it does work, but I guess it is not normal ! Is there > actually anything to be done about this ? This is an old bug which is fixed in more recent 2.4 kernels. - James -- James Morris - 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/