summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAl Viro2006-09-28 03:47:40 +0200
committerDavid S. Miller2006-09-29 03:02:38 +0200
commite037c39bf965ca66fde902e191d849a90de278fe (patch)
tree2c7738234504e30d7011970c63da57daaf784b42 /include
parent[XFRM]: xfrm_state_lookup() annotations (diff)
downloadkernel-qcow2-linux-e037c39bf965ca66fde902e191d849a90de278fe.tar.gz
kernel-qcow2-linux-e037c39bf965ca66fde902e191d849a90de278fe.tar.xz
kernel-qcow2-linux-e037c39bf965ca66fde902e191d849a90de278fe.zip
[XFRM]: struct xfrm_id annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/xfrm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/xfrm.h b/include/linux/xfrm.h
index 4b321842d65f..c894267ff5dd 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;
};