]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/net.h
[net] drop 'size' argument of sock_recvmsg()
[mirror_ubuntu-artful-kernel.git] / include / linux / net.h
index 49175e4ced11288c535eb41cf967683858d6bc3b..72c1e0622ce2f9debc740e492b89d38a97a78443 100644 (file)
@@ -218,8 +218,7 @@ int sock_create_lite(int family, int type, int proto, struct socket **res);
 struct socket *sock_alloc(void);
 void sock_release(struct socket *sock);
 int sock_sendmsg(struct socket *sock, struct msghdr *msg);
-int sock_recvmsg(struct socket *sock, struct msghdr *msg, size_t size,
-                int flags);
+int sock_recvmsg(struct socket *sock, struct msghdr *msg, int flags);
 struct file *sock_alloc_file(struct socket *sock, int flags, const char *dname);
 struct socket *sockfd_lookup(int fd, int *err);
 struct socket *sock_from_file(struct file *file, int *err);