commit | e69a4adc669fe210817ec50ae3f9a7a5ad62d4e8 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Nov 14 20:56:00 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:22:52 2006 -0800 |
tree | de4666cd772f02aac4cbacf11251faeb54e99d1d | |
parent | b09b845ca6724c3bbdc00c0cb2313258c7189ca9 [diff] [blame] |
[IPV6]: Misc endianness annotations. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 052f99e..b41c5d8 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c
@@ -232,7 +232,7 @@ int __ipv6_addr_type(const struct in6_addr *addr) { - u32 st; + __be32 st; st = addr->s6_addr32[0];