commit | 04ce69093f91547d3a7c4fc815d2868195591340 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Nov 08 00:21:01 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:21:12 2006 -0800 |
tree | 69bea18b5d1b8c2999f13f8e0372491c9f9238e6 | |
parent | 8c689a6eae2d83970e4f34753d513e96fb97a025 [diff] [blame] |
[IPV6]: 'info' argument of ipv6 ->err_handler() is net-endian Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/rawv6.h b/include/net/rawv6.h index 14476a7..af89608 100644 --- a/include/net/rawv6.h +++ b/include/net/rawv6.h
@@ -21,7 +21,7 @@ struct sk_buff *skb, struct inet6_skb_parm *opt, int type, int code, - int offset, u32 info); + int offset, __be32 info); #endif