diff options
author | Denis V. Lunev <den@openvz.org> | 2007-12-11 07:18:41 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:57:13 -0500 |
commit | 27147c9e6e8316af91dea487aa2c14b18dcff4cf (patch) | |
tree | d7f494a12434664d52ba6a17693a70ae7fa38576 /include/net/af_unix.h | |
parent | 7f4e4868f3ce0e946f116c28fa4fe033be5e4ba9 (diff) |
[AF_UNIX]: Remove unused declaration of sysctl_unix_max_dgram_qlen.
Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/af_unix.h')
-rw-r--r-- | include/net/af_unix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/af_unix.h b/include/net/af_unix.h index e0fba269d092..2dfa96b0575e 100644 --- a/include/net/af_unix.h +++ b/include/net/af_unix.h | |||
@@ -59,7 +59,6 @@ struct unix_sock { | |||
59 | #define unix_sk(__sk) ((struct unix_sock *)__sk) | 59 | #define unix_sk(__sk) ((struct unix_sock *)__sk) |
60 | 60 | ||
61 | #ifdef CONFIG_SYSCTL | 61 | #ifdef CONFIG_SYSCTL |
62 | extern int sysctl_unix_max_dgram_qlen; | ||
63 | extern int unix_sysctl_register(struct net *net); | 62 | extern int unix_sysctl_register(struct net *net); |
64 | extern void unix_sysctl_unregister(struct net *net); | 63 | extern void unix_sysctl_unregister(struct net *net); |
65 | #else | 64 | #else |