net: Convert uses of typedef ctl_table to struct ctl_table
[deliverable/linux.git] / net / netfilter / nf_conntrack_standalone.c
index bd700b4013c1fd86adc3ea5a64f29c652330e31a..f641751dba9dc467b4207716bdb0ac69208747f8 100644 (file)
@@ -408,7 +408,7 @@ static int log_invalid_proto_max = 255;
 
 static struct ctl_table_header *nf_ct_netfilter_header;
 
-static ctl_table nf_ct_sysctl_table[] = {
+static struct ctl_table nf_ct_sysctl_table[] = {
        {
                .procname       = "nf_conntrack_max",
                .data           = &nf_conntrack_max,
@@ -458,7 +458,7 @@ static ctl_table nf_ct_sysctl_table[] = {
 
 #define NET_NF_CONNTRACK_MAX 2089
 
-static ctl_table nf_ct_netfilter_table[] = {
+static struct ctl_table nf_ct_netfilter_table[] = {
        {
                .procname       = "nf_conntrack_max",
                .data           = &nf_conntrack_max,
This page took 0.031516 seconds and 5 git commands to generate.