*** Warning: "ipt_find_target" [net/sched/ipt.ko] undefined! Signed-off-by: Andrew Morton --- 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) { _