Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 19 Oct 2002 00:56:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 19 Oct 2002 00:56:45 -0400 Received: from out001pub.verizon.net ([206.46.170.140]:46737 "EHLO out001.verizon.net") by vger.kernel.org with ESMTP id ; Sat, 19 Oct 2002 00:56:37 -0400 Message-Id: <200210190459.g9J4x8vk008923@pool-141-150-241-241.delv.east.verizon.net> Date: Sat, 19 Oct 2002 00:59:08 -0400 From: Skip Ford To: linux-kernel@vger.kernel.org Subject: [PATCH] 2.5.44 net/ipv4/raw.c NF_IP_LOCAL_OUT undefined Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Authentication-Info: Submitted using SMTP AUTH PLAIN at out001.verizon.net from [141.150.241.241] at Sat, 19 Oct 2002 00:02:34 -0500 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 687 Lines: 22 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; -- Skip - 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/