From e6f13721bdbc6d6deb964218d13be5784027b8cd Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Mon, 27 Jun 2011 16:18:07 -0700 Subject: [PATCH] --- yaml --- r: 254104 b: refs/heads/master c: 507c5f1224014f9956e604ee8703b3bbea7da4a4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/compat.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1f41f9409e51..8844d8101ef4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2b4b2482e70eba10dd98653a3a5ac68126565e24 +refs/heads/master: 507c5f1224014f9956e604ee8703b3bbea7da4a4 diff --git a/trunk/include/linux/compat.h b/trunk/include/linux/compat.h index ddcb7db38e67..846bb1792572 100644 --- a/trunk/include/linux/compat.h +++ b/trunk/include/linux/compat.h @@ -467,6 +467,8 @@ asmlinkage long compat_sys_setsockopt(int fd, int level, int optname, char __user *optval, unsigned int optlen); asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg, unsigned flags); +asmlinkage long compat_sys_sendmmsg(int fd, struct compat_mmsghdr __user *mmsg, + unsigned vlen, unsigned int flags); asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg, unsigned int flags); asmlinkage long compat_sys_recv(int fd, void __user *buf, size_t len,