X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsched%2Fipt.c;h=f50136eed211a3e4b4a8936525e4a17b165f6c0c;hb=2625c1be3425f5a9d8ef1434449b7d954aaf199d;hp=b114d994d5236002c8faaacc740c89138bffe2f7;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/net/sched/ipt.c b/net/sched/ipt.c index b114d994d5..f50136eed2 100644 --- a/net/sched/ipt.c +++ b/net/sched/ipt.c @@ -201,7 +201,7 @@ tcf_ipt_cleanup(struct tc_action *a, int bind) } static int -tcf_ipt(struct sk_buff **pskb, struct tc_action *a) +tcf_ipt(struct sk_buff **pskb, struct tc_action *a, struct tcf_result *res) { int ret = 0, result = 0; struct tcf_ipt *p = PRIV(a, ipt);