Browse Source

[XFRM]: xfrm_address_t annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Al Viro 18 years ago
parent
commit
737b5761df
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/linux/xfrm.h

+ 2 - 2
include/linux/xfrm.h

@@ -12,8 +12,8 @@
  */
  */
 typedef union
 typedef union
 {
 {
-	__u32		a4;
-	__u32		a6[4];
+	__be32		a4;
+	__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