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/include/net/ip6_route.h b/include/net/ip6_route.h index c14b70e..4e927eb 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h
@@ -20,7 +20,7 @@ route_pref:2, reserved_h:3; #endif - __u32 lifetime; + __be32 lifetime; __u8 prefix[0]; /* 0,8 or 16 */ };