Explorar o código

[XFRM]: struct xfrm_id annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Al Viro %!s(int64=19) %!d(string=hai) anos
pai
achega
e037c39bf9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/linux/xfrm.h

+ 1 - 1
include/linux/xfrm.h

@@ -23,7 +23,7 @@ typedef union
 struct xfrm_id
 {
 	xfrm_address_t	daddr;
-	__u32		spi;
+	__be32		spi;
 	__u8		proto;
 };