[XFRM]: xfrm_address_t 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:46:48 -07:00 коммит произвёл David S. Miller
Родитель 5f19343fb1
Коммит 737b5761df
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -12,8 +12,8 @@
*/ */
typedef union typedef union
{ {
__u32 a4; __be32 a4;
__u32 a6[4]; __be32 a6[4];
} xfrm_address_t; } xfrm_address_t;
/* Ident of a specific xfrm_state. It is used on input to lookup /* Ident of a specific xfrm_state. It is used on input to lookup