commit | 704b3ea3b9b4ea0e115208946abd5c8a64080113 | [log] [tgz] |
---|---|---|
author | Eric Leblond <eric@inl.fr> | Thu Mar 26 01:03:23 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 26 01:03:23 2009 -0700 |
tree | 76f01c0753b47f7400e55b9005c94d0919152aa4 | |
parent | a6c42322722976ca81e6d02e4a702f33d659d8fc [diff] |
netfilter: fix warning about invalid const usage This patch fixes the declaration of the logger structure in ebt_log and ebt_ulog: I forgot to remove the const option from their declaration in the commit ca735b3aaa945626ba65a3e51145bfe4ecd9e222 ("netfilter: use a linked list of loggers"). Pointed-out-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Eric Leblond <eric@inl.fr> Signed-off-by: David S. Miller <davem@davemloft.net>