X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fprotocol.h;h=1166ffb4b3ec7a253c640b680bbbd412718b1d48;hb=ab70768ec78c6784958bab3b58fbe3f4150006df;hp=105bf12b0c79588c6e45bf55239dc1bd6a1c27e2;hpb=1c1afa3c053d4ccdf44e5a4e159005cdfd48bfc6;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,