diff options
Diffstat (limited to 'include/net/transp_v6.h')
-rw-r--r-- | include/net/transp_v6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h index 23ed805a0..45bdcc59d 100644 --- a/include/net/transp_v6.h +++ b/include/net/transp_v6.h @@ -26,7 +26,7 @@ extern int datagram_recv_ctl(struct sock *sk, struct sk_buff *skb); extern int datagram_send_ctl(struct msghdr *msg, - struct device **src_dev, + int *oif, struct in6_addr **src_addr, struct ipv6_options *opt, int *hlimit); |