Messages in this thread Patch in this message |  | | Date | Sat, 19 Oct 2002 12:27:16 +0200 | | From | Thierry Mallard <> | | Subject | already fixed (was 2.5.44 compile failure, net/ipv4/raw.c) |
| |
Skip Ford <skip.ford@verizon.net> 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 <net/raw.h> #include <net/inet_common.h> #include <net/checksum.h> -#include <linux/netfilter.h> +#include <linux/netfilter_ipv4.h>
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/
|  |