[kernel] 2.6.25/2.6.26: fix compiler warning in imq.c
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Sep 2008 19:07:37 +0000 (19:07 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Sep 2008 19:07:37 +0000 (19:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12770 3c298f89-4303-0410-b956-a3cf2f4a3e73

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;