--- nf-hipac-0.9.1/nf-hipac-0.9.1.patch 2005-11-08 12:45:03.000000000 +0100 +++ nf-hipac-0.9.1-rev1/nf-hipac-0.9.1.patch 2005-11-08 12:44:25.000000000 +0100 @@ -12359,10 +12359,6 @@ diff -purN --exclude=.svn 2.6.13/net/ipv + +static struct sock *nfhp_sock = NULL; + -+/* connection tracking dependency helper module */ -+static DECLARE_MUTEX(cthelp_lock); -+static struct module *nfhp_cthelp_module = NULL; -+ +DECLARE_COMPLETION(thread_comp); +static int threadID = 0; +DECLARE_WAIT_QUEUE_HEAD(thread_wait); @@ -12530,6 +12526,9 @@ diff -purN --exclude=.svn 2.6.13/net/ipv + +#ifdef CONNTRACK_MODULE /* conntrack built as module */ + ++static DECLARE_MUTEX(cthelp_lock); ++static struct module *nfhp_cthelp_module = NULL; ++ +int +nfhp_register_cthelp(struct module *cthelp) +{ @@ -12613,6 +12612,7 @@ diff -purN --exclude=.svn 2.6.13/net/ipv +int +nfhp_register_cthelp(struct module *cthelp) +{ ++ return 0; +} + +void