]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/compat.h
Linux 2.6.28-rc2
[linux-2.6-omap-h63xx.git] / include / net / compat.h
index 164cb682e220d3f754cee32ab6a23f27acc61656..5bbf8bf9efea73f5eb714cf97d8e8d2c1a5ef95c 100644 (file)
@@ -32,7 +32,7 @@ extern int compat_sock_get_timestampns(struct sock *, struct timespec __user *);
 #endif /* defined(CONFIG_COMPAT) */
 
 extern int get_compat_msghdr(struct msghdr *, struct compat_msghdr __user *);
-extern int verify_compat_iovec(struct msghdr *, struct iovec *, char *, int);
+extern int verify_compat_iovec(struct msghdr *, struct iovec *, struct sockaddr *, int);
 extern asmlinkage long compat_sys_sendmsg(int,struct compat_msghdr __user *,unsigned);
 extern asmlinkage long compat_sys_recvmsg(int,struct compat_msghdr __user *,unsigned);
 extern asmlinkage long compat_sys_getsockopt(int, int, int, char __user *, int __user *);