[kernel] 2.6.25/2.6.26: fix compiler warning in imq.c
authorGabor Juhos <juhosg@openwrt.org>
Sun, 28 Sep 2008 19:07:37 +0000 (19:07 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 28 Sep 2008 19:07:37 +0000 (19:07 +0000)
SVN-Revision: 12770

target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch
target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch

index fdf749d432a04caa3f0654af949bc8ee0b870f3c..3e2423ffe9cf6c3c5a51b5047e69c6c4d259935a 100644 (file)
@@ -79,7 +79,7 @@
 +
 +struct imq_private {
 +      struct tasklet_struct tasklet;
-+      int tasklet_pending;
++      unsigned long tasklet_pending;
 +};
 +
 +static nf_hookfn imq_nf_hook;
index ba9a93c135958374149377d656d5d59ddd648a9d..d43baf01db026114b0138b2f72926b8d790498f0 100644 (file)
@@ -79,7 +79,7 @@
 +
 +struct imq_private {
 +      struct tasklet_struct tasklet;
-+      int tasklet_pending;
++      unsigned long tasklet_pending;
 +};
 +
 +static nf_hookfn imq_nf_hook;