From dcca20be510617f9c4a3228f57e06a3783c3b6de Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 28 Sep 2008 19:07:37 +0000 Subject: 2.6.25/2.6.26: fix compiler warning in imq.c SVN-Revision: 12770 --- target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch') diff --git a/target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch b/target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch index ba9a93c135..d43baf01db 100644 --- a/target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch +++ b/target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch @@ -79,7 +79,7 @@ + +struct imq_private { + struct tasklet_struct tasklet; -+ int tasklet_pending; ++ unsigned long tasklet_pending; +}; + +static nf_hookfn imq_nf_hook; -- cgit v1.2.3