[patch-o-matic-ng] This function should be static also for >= 2.6.23 (Krzysztof Piotr Oledzki)

netfilter-cvslog-bounces at lists.netfilter.org netfilter-cvslog-bounces at lists.netfilter.org
Fri Jun 13 11:08:15 CEST 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=patch-o-matic-ng.git;a=commit;h=b6d07ed9ee7d643889002c091335828e5a5aa74f
commit b6d07ed9ee7d643889002c091335828e5a5aa74f
Author:     Jozsef Kadlecsik <kadlec at blackhole.kfki.hu>
AuthorDate: Fri Jun 13 10:55:18 2008 +0200
Commit:     Jozsef Kadlecsik <kadlec at blackhole.kfki.hu>
CommitDate: Fri Jun 13 10:55:18 2008 +0200

    This function should be static also for >= 2.6.23 (Krzysztof Piotr Oledzki)
       via  b6d07ed9ee7d643889002c091335828e5a5aa74f (commit)
      from  f128471017faffffaddeda1fd3fec06ffcafda72 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b6d07ed9ee7d643889002c091335828e5a5aa74f
Author: Jozsef Kadlecsik <kadlec at blackhole.kfki.hu>
Date:   Fri Jun 13 10:55:18 2008 +0200

    This function should be static also for >= 2.6.23 (Krzysztof Piotr Oledzki)

-----------------------------------------------------------------------

 .../set/linux-2.6/net/ipv4/netfilter/ipt_set.c     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/patchlets/set/linux-2.6/net/ipv4/netfilter/ipt_set.c b/patchlets/set/linux-2.6/net/ipv4/netfilter/ipt_set.c
index f192013..76d5cbc 100644
--- a/patchlets/set/linux-2.6/net/ipv4/netfilter/ipt_set.c
+++ b/patchlets/set/linux-2.6/net/ipv4/netfilter/ipt_set.c
@@ -57,7 +57,7 @@ match(const struct sk_buff *skb,
 }
 
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,23)
-bool
+static bool
 #else
 static int
 #endif



More information about the netfilter-cvslog mailing list