[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-24
Subject:    [NETFILTER]: Fix circular conntrack header file dependency.
From:       Linux Kernel Mailing List <linux-kernel () vger ! kernel ! org>
Date:       2004-03-31 23:28:31
Message-ID: 200404012003.i31K3UKH002434 () hera ! kernel ! org
[Download RAW message or body]

ChangeSet 1.1341, 2004/03/31 15:28:31-08:00, laforge@netfilter.org

	[NETFILTER]: Fix circular conntrack header file dependency.


# This patch includes the following deltas:
#	           ChangeSet	1.1340  -> 1.1341 
#	include/linux/netfilter_ipv4/ip_conntrack.h	1.10    -> 1.11   
#

 ip_conntrack.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


diff -Nru a/include/linux/netfilter_ipv4/ip_conntrack.h b/include/linux/netfilter_ipv4/ip_conntrack.h
--- a/include/linux/netfilter_ipv4/ip_conntrack.h	Thu Apr  1 12:03:31 2004
+++ b/include/linux/netfilter_ipv4/ip_conntrack.h	Thu Apr  1 12:03:31 2004
@@ -156,7 +156,8 @@
 	union ip_conntrack_expect_help help;
 };
 
-#include <linux/netfilter_ipv4/ip_conntrack_helper.h>
+struct ip_conntrack_helper;
+
 struct ip_conntrack
 {
 	/* Usage count in here is 1 for hash table/destruct timer, 1 per skb,
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-24" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic