diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-24 18:25:08 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-24 18:25:08 +0000 |
commit | 2ab926c84b26cf23d5a24605ea0e2d834c85831f (patch) | |
tree | c89b84762904762bcb807f50e761b849ec26538d | |
parent | 8a303aee1e3e3741586bbf1b87ff6549893f464d (diff) |
kernel: fix a warning in the connmark module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31856 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/patches-3.3/621-sched_act_connmark.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.3/621-sched_act_connmark.patch b/target/linux/generic/patches-3.3/621-sched_act_connmark.patch index eceec0a1e4..b6adce1feb 100644 --- a/target/linux/generic/patches-3.3/621-sched_act_connmark.patch +++ b/target/linux/generic/patches-3.3/621-sched_act_connmark.patch @@ -46,7 +46,7 @@ + .lock = &connmark_lock, +}; + -+static int tcf_connmark(struct sk_buff *skb, struct tc_action *a, ++static int tcf_connmark(struct sk_buff *skb, const struct tc_action *a, + struct tcf_result *res) +{ + struct nf_conn *c; |