diff options
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 9390649bbfec..4ca9e93decc5 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -563,7 +563,7 @@ extern int ip6_datagram_connect(struct sock *sk, | |||
563 | struct sockaddr *addr, int addr_len); | 563 | struct sockaddr *addr, int addr_len); |
564 | 564 | ||
565 | extern int ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len); | 565 | extern int ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len); |
566 | extern void ipv6_icmp_error(struct sock *sk, struct sk_buff *skb, int err, u16 port, | 566 | extern void ipv6_icmp_error(struct sock *sk, struct sk_buff *skb, int err, __be16 port, |
567 | u32 info, u8 *payload); | 567 | u32 info, u8 *payload); |
568 | extern void ipv6_local_error(struct sock *sk, int err, struct flowi *fl, u32 info); | 568 | extern void ipv6_local_error(struct sock *sk, int err, struct flowi *fl, u32 info); |
569 | 569 | ||