netfilter: ebt_limit: add CONFIG_COMPAT support
authorFlorian Westphal <fw@strlen.de>
Wed, 27 Jan 2010 13:38:32 +0000 (14:38 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 16 Feb 2010 16:27:20 +0000 (17:27 +0100)
ebt_limit structure is larger on 64 bit systems due
to "long" type used in the (kernel-only) data section.

Setting .compatsize is enough in this case, these values
have no meaning in userspace.

Signed-off-by: Florian Westphal <fwestphal@astaro.com>

No differences found