diff --git a/[refs] b/[refs] index 53e556ebe3de..14be8cc3dd9c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b54ad409fd09a395b839fb81f300880d76861c0e +refs/heads/master: f79fca55f9a6fe54635ad32ddc8a38f92a94ec30 diff --git a/trunk/include/linux/netfilter/x_tables.h b/trunk/include/linux/netfilter/x_tables.h index be41b609c88f..e52ce475d19f 100644 --- a/trunk/include/linux/netfilter/x_tables.h +++ b/trunk/include/linux/netfilter/x_tables.h @@ -251,7 +251,7 @@ struct xt_target_param { */ struct xt_tgchk_param { const char *table; - void *entryinfo; + const void *entryinfo; const struct xt_target *target; void *targinfo; unsigned int hook_mask;