diff options
Diffstat (limited to 'net/compat.c')
-rw-r--r-- | net/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/compat.c b/net/compat.c index 6def90e0a112..64b4515a64e6 100644 --- a/net/compat.c +++ b/net/compat.c | |||
@@ -79,7 +79,7 @@ int get_compat_msghdr(struct msghdr *kmsg, struct compat_msghdr __user *umsg) | |||
79 | 79 | ||
80 | /* I've named the args so it is easy to tell whose space the pointers are in. */ | 80 | /* I've named the args so it is easy to tell whose space the pointers are in. */ |
81 | int verify_compat_iovec(struct msghdr *kern_msg, struct iovec *kern_iov, | 81 | int verify_compat_iovec(struct msghdr *kern_msg, struct iovec *kern_iov, |
82 | struct sockaddr *kern_address, int mode) | 82 | struct sockaddr_storage *kern_address, int mode) |
83 | { | 83 | { |
84 | int tot_len; | 84 | int tot_len; |
85 | 85 | ||