summaryrefslogtreecommitdiffstats
path: root/net/sched/gact.c
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-09-02 00:02:27 +0200
committerJeff Garzik <jgarzik@pobox.com>2005-09-02 00:02:27 +0200
commitceeec3dc375e3b0618f16b34efc56fe093918f8b (patch)
tree2293d02721ee05131aaf1c60e4fba7e281585eec /net/sched/gact.c
parent[PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present() (diff)
parent/spare/repo/netdev-2.6 branch 'master' (diff)
downloadlinux-ceeec3dc375e3b0618f16b34efc56fe093918f8b.tar.xz
linux-ceeec3dc375e3b0618f16b34efc56fe093918f8b.zip
/spare/repo/netdev-2.6 branch 'ieee80211'
Diffstat (limited to 'net/sched/gact.c')
-rw-r--r--net/sched/gact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/gact.c b/net/sched/gact.c
index a811c89fef7f..d1c6d542912a 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;