diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-09-28 05:47:40 +0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-29 05:02:38 +0400 |
commit | e037c39bf965ca66fde902e191d849a90de278fe (patch) | |
tree | 2c7738234504e30d7011970c63da57daaf784b42 /include/linux/xfrm.h | |
parent | a94cfd19744a568d97b14bbaa500b2a0c3684f34 (diff) | |
download | linux-e037c39bf965ca66fde902e191d849a90de278fe.tar.xz |
[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/linux/xfrm.h')
-rw-r--r-- | include/linux/xfrm.h | 2 |
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; }; |