X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fprotocol.h;h=1166ffb4b3ec7a253c640b680bbbd412718b1d48;hb=6859d49475d4f32abe640372117e4b687906e6b6;hp=105bf12b0c79588c6e45bf55239dc1bd6a1c27e2;hpb=7e23772f414cdbfb2a08aed237d6e926bb1cb728;p=linux-2.6 diff --git a/include/net/protocol.h b/include/net/protocol.h index 105bf12b0c..1166ffb4b3 100644 --- a/include/net/protocol.h +++ b/include/net/protocol.h @@ -45,7 +45,7 @@ struct net_protocol { #if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE) struct inet6_protocol { - int (*handler)(struct sk_buff **skb); + int (*handler)(struct sk_buff *skb); void (*err_handler)(struct sk_buff *skb, struct inet6_skb_parm *opt,