diff options
Diffstat (limited to 'net/ipx/sysctl_net_ipx.c')
-rw-r--r-- | net/ipx/sysctl_net_ipx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipx/sysctl_net_ipx.c b/net/ipx/sysctl_net_ipx.c index 92fef864e852..633fcab35580 100644 --- a/net/ipx/sysctl_net_ipx.c +++ b/net/ipx/sysctl_net_ipx.c | |||
@@ -23,7 +23,7 @@ static struct ctl_table ipx_table[] = { | |||
23 | .data = &sysctl_ipx_pprop_broadcasting, | 23 | .data = &sysctl_ipx_pprop_broadcasting, |
24 | .maxlen = sizeof(int), | 24 | .maxlen = sizeof(int), |
25 | .mode = 0644, | 25 | .mode = 0644, |
26 | .proc_handler = &proc_dointvec, | 26 | .proc_handler = proc_dointvec, |
27 | }, | 27 | }, |
28 | { 0 }, | 28 | { 0 }, |
29 | }; | 29 | }; |