lkml.org 
[lkml]   [2003]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 2.4] netfilter conntrack missing include fix
Hi Dave!

This is the 5th of a set of bugfixes (all tested against 2.4.22-pre7).
You might need to apply them incrementally (didn't test it in a
different order). You will receive 2.6 merges of those patches soon.

Author: Martin Bene <martin.bene@icomedias.com>

Add an #include statement to ip_conntrack_core.h
This fixes a compile issue with ipt_connlimit (and probably others)


Please apply,


--- linux.old/include/linux/netfilter_ipv4/ip_conntrack_core.h 2003-07-14 09:49:46.000000000 +0200
+++ linux/include/linux/netfilter_ipv4/ip_conntrack_core.h 2003-07-14 09:50:04.000000000 +0200
@@ -1,5 +1,6 @@
#ifndef _IP_CONNTRACK_CORE_H
#define _IP_CONNTRACK_CORE_H
+#include <linux/netfilter.h>
#include <linux/netfilter_ipv4/lockhelp.h>

/* This header is used to share core functionality between the
--
- Harald Welte <laforge@netfilter.org> http://www.netfilter.org/
============================================================================
"Fragmentation is like classful addressing -- an interesting early
architectural error that shows how much experimentation was going
on while IP was being designed." -- Paul Vixie[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.024 / U:0.720 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site