summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.25
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-09-28 19:07:37 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-09-28 19:07:37 +0000
commitdcca20be510617f9c4a3228f57e06a3783c3b6de (patch)
treefcbddc42365a5b2337e9ad6f2b7ed8e25197fa93 /target/linux/generic-2.6/patches-2.6.25
parentec6c0fdc5eb42a87d2bb137aca757ff6de983899 (diff)
downloadmaster-31e0f0ae-dcca20be510617f9c4a3228f57e06a3783c3b6de.tar.gz
master-31e0f0ae-dcca20be510617f9c4a3228f57e06a3783c3b6de.tar.bz2
master-31e0f0ae-dcca20be510617f9c4a3228f57e06a3783c3b6de.zip
2.6.25/2.6.26: fix compiler warning in imq.c
SVN-Revision: 12770
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.25')
-rw-r--r--target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch b/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch
index fdf749d432..3e2423ffe9 100644
--- a/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch
+++ b/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch
@@ -79,7 +79,7 @@
+
+struct imq_private {
+ struct tasklet_struct tasklet;
-+ int tasklet_pending;
++ unsigned long tasklet_pending;
+};
+
+static nf_hookfn imq_nf_hook;