diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-08-30 03:38:51 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-30 03:38:51 -0400 |
| commit | 4dd9e909e3b834b66fd48d6eac50c6557cc50275 (patch) | |
| tree | 08315c79b1fbd8e3344881c260dce730e5ebea3c /net/sched/ipt.c | |
| parent | 76b2bf9b4dee2fb32ef17f5c84a99ce481a14be2 (diff) | |
| parent | 1fdab81e675c6ef76a49b8aabb7eaf4be51d1b80 (diff) | |
/spare/repo/libata-dev branch 'master'
Diffstat (limited to 'net/sched/ipt.c')
| -rw-r--r-- | net/sched/ipt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/ipt.c b/net/sched/ipt.c index b114d994d523..f50136eed211 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); |
