diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
commit | ada47b5fe13d89735805b566185f4885f5a3f750 (patch) | |
tree | 644b88f8a71896307d71438e9b3af49126ffb22b /net/dccp/sysctl.c | |
parent | 43e98717ad40a4ae64545b5ba047c7b86aa44f4f (diff) | |
parent | 3280f21d43ee541f97f8cda5792150d2dbec20d5 (diff) |
Merge branch 'wip-2.6.34' into old-private-masterarchived-private-master
Diffstat (limited to 'net/dccp/sysctl.c')
-rw-r--r-- | net/dccp/sysctl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/dccp/sysctl.c b/net/dccp/sysctl.c index a5a1856234e7..563943822e58 100644 --- a/net/dccp/sysctl.c +++ b/net/dccp/sysctl.c | |||
@@ -93,13 +93,13 @@ static struct ctl_table dccp_default_table[] = { | |||
93 | .proc_handler = proc_dointvec_ms_jiffies, | 93 | .proc_handler = proc_dointvec_ms_jiffies, |
94 | }, | 94 | }, |
95 | 95 | ||
96 | { .ctl_name = 0, } | 96 | { } |
97 | }; | 97 | }; |
98 | 98 | ||
99 | static struct ctl_path dccp_path[] = { | 99 | static struct ctl_path dccp_path[] = { |
100 | { .procname = "net", .ctl_name = CTL_NET, }, | 100 | { .procname = "net", }, |
101 | { .procname = "dccp", .ctl_name = NET_DCCP, }, | 101 | { .procname = "dccp", }, |
102 | { .procname = "default", .ctl_name = NET_DCCP_DEFAULT, }, | 102 | { .procname = "default", }, |
103 | { } | 103 | { } |
104 | }; | 104 | }; |
105 | 105 | ||