2.6.25/2.6.26: fix compiler warning in imq.c
[openwrt/staging/yousong.git] / target / linux / generic-2.6 / patches-2.6.25 / 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;