Re: 2.5.68-mm3

Andrew Morton (akpm@digeo.com)
Wed, 30 Apr 2003 01:26:42 -0700


Andrei Ivanov <andrei.ivanov@ines.ro> wrote:
>
> net/core/netfilter.c: In function `nf_reinject':
> net/core/netfilter.c:559: `i' undeclared (first use in this function)

diff -puN net/core/netfilter.c~netfilter-fix net/core/netfilter.c
--- 25/net/core/netfilter.c~netfilter-fix 2003-04-30 01:23:39.000000000 -0700
+++ 25-akpm/net/core/netfilter.c 2003-04-30 01:23:54.000000000 -0700
@@ -550,6 +550,7 @@ void nf_reinject(struct sk_buff *skb, st
unsigned int verdict)
{
struct list_head *elem = &info->elem->list;
+ struct list_head *i;

rcu_read_lock();

_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/