linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Try 2: compile fix for ipv4/ip_conntrack_proto_udp.c
@ 2004-08-24 10:39 Felipe Alfaro Solana
  0 siblings, 0 replies; only message in thread
From: Felipe Alfaro Solana @ 2004-08-24 10:39 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 81 bytes --]

Sorry, the patch I sent in a previous messages was empty.
This should work fine.

[-- Attachment #2: ip_conntrack_proto_udp-compile-fix.patch --]
[-- Type: text/x-diff, Size: 462 bytes --]

--- linux-2.6.9-rc1/net/ipv4/netfilter/ip_conntrack_proto_udp.c.old	2004-08-24 12:31:13.732307065 +0200
+++ linux-2.6.9-rc1/net/ipv4/netfilter/ip_conntrack_proto_udp.c	2004-08-24 12:31:08.618786469 +0200
@@ -13,7 +13,7 @@
 #include <linux/in.h>
 #include <linux/udp.h>
 #include <net/checksum.h>
-#include <linux/netfilter.h>
+#include <linux/netfilter_ipv4.h>
 #include <linux/netfilter_ipv4/ip_conntrack_protocol.h>
 
 unsigned long ip_ct_udp_timeout = 30*HZ;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-08-24 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-24 10:39 [PATCH] Try 2: compile fix for ipv4/ip_conntrack_proto_udp.c Felipe Alfaro Solana

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).