lkml.org 
[lkml]   [2003]   [Apr]   [30]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateWed, 30 Apr 2003 01:26:42 -0700
FromAndrew Morton <>
SubjectRe: 2.5.68-mm3
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/

\
 
 \ /
  Last update: 2005-03-22 12:35    [from the cache]
©2003-2008