ipset: fixup compile errors with 2.6.18.x and 2.6.20 warnings

This commit is contained in:
Jan Engelhardt
2008-07-07 11:07:15 +02:00
parent 29aea5a87b
commit 35783b5c51
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ static int limit = MAX_RANGE;
* to delete the gc timer at destroying/flushing a set */
#define IPTREE_DESTROY_SLEEP 100
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,21)
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20)
static struct kmem_cache *branch_cachep;
static struct kmem_cache *leaf_cachep;
#else