From: Al Viro Date: Thu, 28 Sep 2006 01:47:40 +0000 (-0700) Subject: [XFRM]: struct xfrm_id annotations X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e037c39bf965ca66fde902e191d849a90de278fe;p=mv-sheeva.git [XFRM]: struct xfrm_id 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 4b321842d65..c894267ff5d 100644 --- a/include/linux/xfrm.h +++ b/include/linux/xfrm.h @@ -23,7 +23,7 @@ typedef union struct xfrm_id { xfrm_address_t daddr; - __u32 spi; + __be32 spi; __u8 proto; };