lkml.org 
[lkml]   [2004]   [Aug]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Try 2: compile fix for ipv4/ip_conntrack_proto_udp.c
Date
Sorry, the patch I sent in a previous messages was empty.
This should work fine.
--- 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;
\
 
 \ /
  Last update: 2005-03-22 14:05    [W:0.112 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site