netfilter: xtables: CONFIG_COMPAT redux
authorAlexey Dobriyan <adobriyan@gmail.com>
Tue, 2 Feb 2010 14:03:24 +0000 (15:03 +0100)
committerPatrick McHardy <kaber@trash.net>
Tue, 2 Feb 2010 14:03:24 +0000 (15:03 +0100)
Ifdef out
struct nf_sockopt_ops::compat_set
struct nf_sockopt_ops::compat_get
struct xt_match::compat_from_user
struct xt_match::compat_to_user
struct xt_match::compatsize
to make structures smaller on COMPAT=n kernels.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found