dect
/
linux-2.6
Archived
13
0
Fork 0

[NETFILTER]: nf_conntrack: fix sparse warning

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Patrick McHardy 2008-01-31 04:54:45 -08:00 committed by David S. Miller
parent c392a74018
commit 9e232495de
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ static ctl_table nf_ct_netfilter_table[] = {
{ .ctl_name = 0 }
};
struct ctl_path nf_ct_path[] = {
static struct ctl_path nf_ct_path[] = {
{ .procname = "net", .ctl_name = CTL_NET, },
{ }
};