commit | 737b5761dfc609b5be4163deb2cf09226f56bcbc | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Sep 27 18:46:48 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Sep 28 18:02:35 2006 -0700 |
tree | a9ac88da54380293245672095a311934706c8100 | |
parent | 5f19343fb19613539355296b23cbc08d1336b52d [diff] |
[XFRM]: xfrm_address_t annotations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/linux/xfrm.h b/include/linux/xfrm.h index 3aae9b9..4b32184 100644 --- a/include/linux/xfrm.h +++ b/include/linux/xfrm.h
@@ -12,8 +12,8 @@ */ typedef union { - __u32 a4; - __u32 a6[4]; + __be32 a4; + __be32 a6[4]; } xfrm_address_t; /* Ident of a specific xfrm_state. It is used on input to lookup