* [PATCH] 2.5.68-bk10 net/core/netfilter.c, missing "i" declaration
@ 2003-04-30 18:32 Grzegorz Jaskiewicz
0 siblings, 0 replies; only message in thread
From: Grzegorz Jaskiewicz @ 2003-04-30 18:32 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: linus, Rusty Russell
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-04-30 18:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-30 18:32 [PATCH] 2.5.68-bk10 net/core/netfilter.c, missing "i" declaration Grzegorz Jaskiewicz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.