[IPV6]: 'info' argument of ipv6 ->err_handler() is net-endian
[deliverable/linux.git] / net / ipv6 / icmp.c
index 4ec876066b3fd1f860882b7601e110cc2db2aa2e..81bd45b26c981b95debca3cd52d903d5fbf94db8 100644 (file)
@@ -555,7 +555,7 @@ out:
        icmpv6_xmit_unlock();
 }
 
-static void icmpv6_notify(struct sk_buff *skb, int type, int code, u32 info)
+static void icmpv6_notify(struct sk_buff *skb, int type, int code, __be32 info)
 {
        struct in6_addr *saddr, *daddr;
        struct inet6_protocol *ipprot;
This page took 0.023972 seconds and 5 git commands to generate.