| To: | rusty@xxxxxxxxxxxxxxx |
|---|---|
| Subject: | [patch 1/1] netfilter: ipt build fix |
| From: | akpm@xxxxxxxx |
| Date: | Wed, 05 Jan 2005 22:39:21 -0800 |
| Cc: | netdev@xxxxxxxxxxx, akpm@xxxxxxxx |
| Sender: | netdev-bounce@xxxxxxxxxxx |
*** Warning: "ipt_find_target" [net/sched/ipt.ko] undefined!
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---
25-akpm/net/ipv4/netfilter/ip_tables.c | 1 +
1 files changed, 1 insertion(+)
diff -puN net/ipv4/netfilter/ip_tables.c~netfilter-ipt-build-fix
net/ipv4/netfilter/ip_tables.c
--- 25/net/ipv4/netfilter/ip_tables.c~netfilter-ipt-build-fix 2005-01-05
22:43:32.000000000 -0800
+++ 25-akpm/net/ipv4/netfilter/ip_tables.c 2005-01-05 22:43:41.000000000
-0800
@@ -488,6 +488,7 @@ struct ipt_target *ipt_find_target(const
return NULL;
return target;
}
+EXPORT_SYMBOL(ipt_find_target);
static int match_revfn(const char *name, u8 revision, int *bestp)
{
_
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: net/sched/ipt.c, Rusty Russell |
|---|---|
| Next by Date: | Re: [RFC] Patch to Abstract Ethernet PHY support (using driver model), Eugene Surovegin |
| Previous by Thread: | net/sched/ipt.c, Andrew Morton |
| Next by Thread: | Re: [RFC] Patch to Abstract Ethernet PHY support (using driver model), Eugene Surovegin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |