projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f4e486
)
[AF_UNIX]: Remove unused declaration of sysctl_unix_max_dgram_qlen.
author
Denis V. Lunev
<den@openvz.org>
Tue, 11 Dec 2007 12:18:41 +0000
(
04:18
-0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 22:57:13 +0000
(14:57 -0800)
Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/af_unix.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/af_unix.h
b/include/net/af_unix.h
index e0fba269d092234b77f722d39cde870c06fce4ad..2dfa96b0575e638233475bd7af33a457319dd1c9 100644
(file)
--- a/
include/net/af_unix.h
+++ b/
include/net/af_unix.h
@@
-59,7
+59,6
@@
struct unix_sock {
#define unix_sk(__sk) ((struct unix_sock *)__sk)
#ifdef CONFIG_SYSCTL
-extern int sysctl_unix_max_dgram_qlen;
extern int unix_sysctl_register(struct net *net);
extern void unix_sysctl_unregister(struct net *net);
#else