[PATCH] 2.5.44 net/ipv4/raw.c NF_IP_LOCAL_OUT undefined

From: Skip Ford (skip.ford@verizon.net)
Date: Fri Oct 18 2002 - 23:59:08 EST


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;

-- 
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/



This archive was generated by hypermail 2b29 : Wed Oct 23 2002 - 22:00:46 EST