commit | e69a4adc669fe210817ec50ae3f9a7a5ad62d4e8 | [log] [tgz] |
---|---|---|
author | Al Viro <[email protected]> | Tue Nov 14 20:56:00 2006 -0800 |
committer | David S. Miller <[email protected]> | Sat Dec 02 21:22:52 2006 -0800 |
tree | de4666cd772f02aac4cbacf11251faeb54e99d1d | |
parent | b09b845ca6724c3bbdc00c0cb2313258c7189ca9 [diff] [blame] |
[IPV6]: Misc endianness annotations. Signed-off-by: Al Viro <[email protected]> Signed-off-by: David S. Miller <[email protected]>
diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c index 813fa1d..b03040a 100644 --- a/net/ipv6/raw.c +++ b/net/ipv6/raw.c
@@ -220,7 +220,7 @@ struct inet_sock *inet = inet_sk(sk); struct ipv6_pinfo *np = inet6_sk(sk); struct sockaddr_in6 *addr = (struct sockaddr_in6 *) uaddr; - __u32 v4addr = 0; + __be32 v4addr = 0; int addr_type; int err;