2.6.25/2.6.26: fix compiler warning in imq.c

SVN-Revision: 12770
master
Gabor Juhos 16 years ago
parent ec6c0fdc5e
commit dcca20be51
  1. 2
      target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch
  2. 2
      target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch

@ -79,7 +79,7 @@
+ +
+struct imq_private { +struct imq_private {
+ struct tasklet_struct tasklet; + struct tasklet_struct tasklet;
+ int tasklet_pending; + unsigned long tasklet_pending;
+}; +};
+ +
+static nf_hookfn imq_nf_hook; +static nf_hookfn imq_nf_hook;

@ -79,7 +79,7 @@
+ +
+struct imq_private { +struct imq_private {
+ struct tasklet_struct tasklet; + struct tasklet_struct tasklet;
+ int tasklet_pending; + unsigned long tasklet_pending;
+}; +};
+ +
+static nf_hookfn imq_nf_hook; +static nf_hookfn imq_nf_hook;

Loading…
Cancel
Save