]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/socket.h
[NET]: Fix sparse warnings
[mirror_ubuntu-zesty-kernel.git] / include / linux / socket.h
index acc55aac8a43746aa26047ed5876c4ec60aa83ff..1739c2d5b95b449669b887aa86aeb324d836c1f2 100644 (file)
@@ -26,6 +26,13 @@ struct __kernel_sockaddr_storage {
 #include <linux/types.h>               /* pid_t                        */
 #include <linux/compiler.h>            /* __user                       */
 
+extern int sysctl_somaxconn;
+extern void sock_init(void);
+#ifdef CONFIG_PROC_FS
+struct seq_file;
+extern void socket_seq_show(struct seq_file *seq);
+#endif
+
 typedef unsigned short sa_family_t;
 
 /*