X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsched%2Fgact.c;h=d1c6d542912a418a89fe47c67870aed328b029a1;hb=15c42e5a1f0bccb69508059b8ae0720840068b8e;hp=a811c89fef7fd105e98f2b2dadf1518ff3eb0847;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/net/sched/gact.c b/net/sched/gact.c index a811c89fef..d1c6d54291 100644 --- a/net/sched/gact.c +++ b/net/sched/gact.c @@ -135,7 +135,7 @@ tcf_gact_cleanup(struct tc_action *a, int bind) } static int -tcf_gact(struct sk_buff **pskb, struct tc_action *a) +tcf_gact(struct sk_buff **pskb, struct tc_action *a, struct tcf_result *res) { struct tcf_gact *p = PRIV(a, gact); struct sk_buff *skb = *pskb;