]> git.pld-linux.org Git - packages/ipset.git/commitdiff
- all 3.0.x kernels don't have linux/export.h
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 6 Apr 2012 20:52:26 +0000 (20:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ipset-kernel-3.0.patch -> 1.2

ipset-kernel-3.0.patch

index 7218d7167354b6bf9b5fd5798d464933e78b4e2e..b8404a1fa076b4352686360a487ac79aaacb8f53 100644 (file)
@@ -5,7 +5,7 @@
  
  #include <linux/version.h>
 -#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)
-+#if LINUX_VERSION_CODE > KERNEL_VERSION(3,0,0)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,1,0)
  #include <linux/export.h>
  #endif
  #include <linux/ip.h>
@@ -14,7 +14,7 @@
 @@ -1,5 +1,5 @@
  #include <linux/version.h>
 -#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)
-+#if LINUX_VERSION_CODE > KERNEL_VERSION(3,0,0)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,1,0)
  #include <linux/export.h>
  #endif
  #include <linux/netfilter/ipset/pfxlen.h>
This page took 0.10001 seconds and 4 git commands to generate.