[PATCH] 2.5.68-bk10 net/core/netfilter.c, missing "i" declaration

Grzegorz Jaskiewicz (gj@pointblue.com.pl)
30 Apr 2003 19:32:22 +0100


diff -r -u linux-2.5.68-bk10-changed/net/core/netfilter.c
linux-2.5.68-bk10-org/net/core/netfilter.c
--- linux-2.5.68-bk10-changed/net/core/netfilter.c 2003-04-30
19:30:20.000000000 +0100
+++ linux-2.5.68-bk10-org/net/core/netfilter.c 2003-04-30
19:27:57.000000000 +0100
@@ -550,6 +550,7 @@
unsigned int verdict)
{
struct list_head *elem = &info->elem->list;
+ struct list_head *i;

rcu_read_lock();

-- 
Grzegorz Jaskiewicz <gj@pointblue.com.pl>
K4 Labs

- 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/