commit | ef7c79ed645f52bcbdd88f8d54a9702c4d3fd15d | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue Jun 05 12:38:30 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Jun 07 13:40:10 2007 -0700 |
tree | 4c27ec3362d958b99672366437d5eb6038dd561d | |
parent | 14a49e1fd2bb91ba2bf0e1f06711b6dbc21de02d [diff] [blame] |
[NETLINK]: Mark netlink policies const Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/fib_rules.h b/include/net/fib_rules.h index ed3a887..83e41dd 100644 --- a/include/net/fib_rules.h +++ b/include/net/fib_rules.h
@@ -64,7 +64,7 @@ void (*flush_cache)(void); int nlgroup; - struct nla_policy *policy; + const struct nla_policy *policy; struct list_head *rules_list; struct module *owner; };