mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] 2.5.44 net/ipv4/raw.c NF_IP_LOCAL_OUT undefined
@ 2002-10-19  4:59 Skip Ford
  2002-10-19  5:36 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Skip Ford @ 2002-10-19  4:59 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] 2.5.44 net/ipv4/raw.c NF_IP_LOCAL_OUT undefined
  2002-10-19  4:59 [PATCH] 2.5.44 net/ipv4/raw.c NF_IP_LOCAL_OUT undefined Skip Ford
@ 2002-10-19  5:36 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2002-10-19  5:36 UTC (permalink / raw)
  To: skip.ford; +Cc: linux-kernel

   From: Skip Ford <skip.ford@verizon.net>
   Date: Sat, 19 Oct 2002 00:59:08 -0400

   net/ipv4/raw.c needs to include netfilter_ipv4.h instead of just
   netfilter.h

Thanks for the fix, applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-19  5:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-19  4:59 [PATCH] 2.5.44 net/ipv4/raw.c NF_IP_LOCAL_OUT undefined Skip Ford
2002-10-19  5:36 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®