netfilter: xtables: add missing const qualifier to xt_tgchk_param
authorJan Engelhardt <jengelh@medozas.de>
Tue, 25 Nov 2008 00:06:17 +0000 (16:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Nov 2008 00:06:17 +0000 (16:06 -0800)
commitf79fca55f9a6fe54635ad32ddc8a38f92a94ec30
tree15343dc8350f4e3f902c20c13b43a86e366f843f
parentb54ad409fd09a395b839fb81f300880d76861c0e
netfilter: xtables: add missing const qualifier to xt_tgchk_param

When entryinfo was a standalone parameter to functions, it used to be
"const void *". Put the const back in.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter/x_tables.h