[XFRM]: struct xfrm_usersa_id annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Al Viro 2006-09-27 18:48:48 -07:00 committed by David S. Miller
parent 61f4627b2f
commit 9916ecb0a6
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ struct xfrm_usersa_info {
struct xfrm_usersa_id {
xfrm_address_t daddr;
__u32 spi;
__be32 spi;
__u16 family;
__u8 proto;
};