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