[kernel] 2.6.25/2.6.26: fix compiler warning in imq.c
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.26 / 150-netfilter_imq.patch
index ba9a93c135958374149377d656d5d59ddd648a9d..d43baf01db026114b0138b2f72926b8d790498f0 100644 (file)
@@ -79,7 +79,7 @@
 +
 +struct imq_private {
 +      struct tasklet_struct tasklet;
 +
 +struct imq_private {
 +      struct tasklet_struct tasklet;
-+      int tasklet_pending;
++      unsigned long tasklet_pending;
 +};
 +
 +static nf_hookfn imq_nf_hook;
 +};
 +
 +static nf_hookfn imq_nf_hook;