diff --git a/[refs] b/[refs] index 8cab0f74b4c4..fbdb81db5bde 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7f4e4868f3ce0e946f116c28fa4fe033be5e4ba9 +refs/heads/master: 27147c9e6e8316af91dea487aa2c14b18dcff4cf diff --git a/trunk/include/net/af_unix.h b/trunk/include/net/af_unix.h index e0fba269d092..2dfa96b0575e 100644 --- a/trunk/include/net/af_unix.h +++ b/trunk/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