From 94daadfc825c504dcb9bd510b895c6c673229b60 Mon Sep 17 00:00:00 2001 From: Henry Culver Date: Fri, 20 Jan 2012 13:40:55 +0100 Subject: Fix the inclusion of linux/export.h The tests for inclusion of linux/export.h in ipset-6.11:kernel/net/netfilter/ipset/{ip_set_getport.c,pfxlen.c} are incorrect, linux/export.h did not go in until 3.2.0. --- kernel/net/netfilter/ipset/pfxlen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/net/netfilter/ipset/pfxlen.c') diff --git a/kernel/net/netfilter/ipset/pfxlen.c b/kernel/net/netfilter/ipset/pfxlen.c index c5191c7..56ca480 100644 --- a/kernel/net/netfilter/ipset/pfxlen.c +++ b/kernel/net/netfilter/ipset/pfxlen.c @@ -1,5 +1,5 @@ #include -#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0) +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0) #include #endif #include -- cgit v1.2.3