From: Al Viro Date: Thu, 28 Sep 2006 01:46:48 +0000 (-0700) Subject: [XFRM]: xfrm_address_t annotations X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=737b5761dfc609b5be4163deb2cf09226f56bcbc;p=mv-sheeva.git [XFRM]: xfrm_address_t annotations Signed-off-by: Al Viro Signed-off-by: David S. Miller --- diff --git a/include/linux/xfrm.h b/include/linux/xfrm.h index 3aae9b9ce79..4b321842d65 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