From: Jozsef Kadlecsik Date: Wed, 11 Feb 2009 13:00:35 +0000 (+0100) Subject: Use the new hash really. X-Git-Tag: v2.4.9~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c93a74639077ee39b448ff47f446b4864cfaea;p=thirdparty%2Fipset.git Use the new hash really. References to the old include file replaced with new one in order to really use the new Jenkins' hash function. --- diff --git a/kernel/ChangeLog b/kernel/ChangeLog index 1ed0fbb7..1c6e650c 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -1,3 +1,7 @@ +2.4.9 + - References to the old include file replaced with new one in order to + really use the new Jenkins' hash function. + 2.4.8 - The Jenkins' hash lookup2() replaced with Jenkins' faster/better lookup3() hash function. diff --git a/kernel/ip_set.c b/kernel/ip_set.c index f60a63e0..f52647fe 100644 --- a/kernel/ip_set.c +++ b/kernel/ip_set.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kernel/ip_set_iphash.c b/kernel/ip_set_iphash.c index b1bccc14..aac3eec7 100644 --- a/kernel/ip_set_iphash.c +++ b/kernel/ip_set_iphash.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kernel/ip_set_ipporthash.c b/kernel/ip_set_ipporthash.c index 23528582..c41c0a8b 100644 --- a/kernel/ip_set_ipporthash.c +++ b/kernel/ip_set_ipporthash.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kernel/ip_set_ipportiphash.c b/kernel/ip_set_ipportiphash.c index e0725d97..166bec4d 100644 --- a/kernel/ip_set_ipportiphash.c +++ b/kernel/ip_set_ipportiphash.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kernel/ip_set_ipportnethash.c b/kernel/ip_set_ipportnethash.c index 267370a2..fe36c589 100644 --- a/kernel/ip_set_ipportnethash.c +++ b/kernel/ip_set_ipportnethash.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kernel/ip_set_nethash.c b/kernel/ip_set_nethash.c index 268fe6a7..27267d9d 100644 --- a/kernel/ip_set_nethash.c +++ b/kernel/ip_set_nethash.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include