]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: remove support for Linux 2.6.26
authorJan Engelhardt <jengelh@inai.de>
Mon, 15 Oct 2012 22:30:01 +0000 (00:30 +0200)
committerJan Engelhardt <jengelh@inai.de>
Tue, 16 Oct 2012 02:16:57 +0000 (04:16 +0200)
doc/changelog.txt
extensions/ACCOUNT/xt_ACCOUNT.c
extensions/compat_xtables.h

index 9a5f6d222d5adab4efb0bd7941bbf615122c045e..773db01bf628e862a834b4dc9e2adcce8bfdf01d 100644 (file)
@@ -2,7 +2,7 @@
 HEAD
 ====
 Changes:
-- remove support for Linux 2.6.17--2.6.25
+- remove support for Linux 2.6.17--2.6.26
 
 
 v1.47.1 (2010-10-15)
index 2214cb6db28adda43295ca7ff5f03aaada4084c9..3532285cdc38df58054b3e2f9406934dfe96cfe1 100644 (file)
 #include <net/tcp.h>
 #include <linux/netfilter_ipv4/ip_tables.h>
 
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)
-    #include <linux/semaphore.h>
-#else
-    #include <asm/semaphore.h>
-#endif
+#include <linux/semaphore.h>
 
 #include <linux/kernel.h>
 #include <linux/mm.h>
index 78bdd679b4fd7fef4c1bb919f3e82d3fca5d3e74..b2c09af8e188969edc4aa5771bcf31a82a975174 100644 (file)
@@ -8,8 +8,8 @@
 
 #define DEBUGP Use__pr_debug__instead
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 26)
-#      warning Kernels below 2.6.26 not supported.
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 27)
+#      warning Kernels below 2.6.27 not supported.
 #endif
 
 #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)