From: Patrick McHardy Date: Thu, 11 Jun 2009 23:53:09 +0000 (+0200) Subject: netfilter: ip_tables: fix build error X-Git-Tag: v2.6.31-rc1~330^2~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24992eacd8a9f4af286bdaaab627b6802ceb8bce;p=pandora-kernel.git netfilter: ip_tables: fix build error Fix build error introduced by commit bb70dfa5 (netfilter: xtables: consolidate comefrom debug cast access): net/ipv4/netfilter/ip_tables.c: In function 'ipt_do_table': net/ipv4/netfilter/ip_tables.c:421: error: 'comefrom' undeclared (first use in this function) net/ipv4/netfilter/ip_tables.c:421: error: (Each undeclared identifier is reported only once net/ipv4/netfilter/ip_tables.c:421: error: for each function it appears in.) Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed