Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 19 Oct 2002 06:20:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 19 Oct 2002 06:20:00 -0400 Received: from d181.dhcp212-198-6.noos.fr ([212.198.6.181]:45575 "EHLO vawis.net") by vger.kernel.org with ESMTP id ; Sat, 19 Oct 2002 06:19:58 -0400 Date: Sat, 19 Oct 2002 12:27:16 +0200 From: Thierry Mallard To: Helge Hafting Cc: linux-kernel@vger.kernel.org Subject: already fixed (was 2.5.44 compile failure, net/ipv4/raw.c) Message-ID: <20021019102716.GA11434@hobbes.local.vawis.net> References: <3DB12F8F.86C0B2E0@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <3DB12F8F.86C0B2E0@broadpark.no> User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 800 Lines: 28 Skip Ford already replied for this : net/ipv4/raw.c needs to include netfilter_ipv4.h instead of just netfilter.h --- linux/net/ipv4/raw.c~ Sat Oct 19 00:47:05 2002 +++ linux/net/ipv4/raw.c Sat Oct 19 00:47:11 2002 @@ -64,7 +64,7 @@ #include #include #include -#include +#include struct sock *raw_v4_htable[RAWV4_HTABLE_SIZE]; rwlock_t raw_v4_lock = RW_LOCK_UNLOCKED; Regards, -- Thierry Mallard http://vawis.net - 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/