[IPV6]: 'info' argument of ipv6 ->err_handler() is net-endian
[deliverable/linux.git] / net / ipv6 / udp.c
index c83f23e51c469a11bd388eab97b9d80a345db876..886300d13a59bdb6ab2e0595c13ea63a4aa81952 100644 (file)
@@ -238,7 +238,7 @@ csum_copy_err:
 }
 
 static void udpv6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
-              int type, int code, int offset, __u32 info)
+              int type, int code, int offset, __be32 info)
 {
        struct ipv6_pinfo *np;
        struct ipv6hdr *hdr = (struct ipv6hdr*)skb->data;
This page took 0.026122 seconds and 5 git commands to generate.