]> git.pld-linux.org Git - packages/ipset.git/blob - ipset-kernel-3.0.patch
- libmnl version
[packages/ipset.git] / ipset-kernel-3.0.patch
1 --- ipset-6.11/kernel/net/netfilter/ipset/ip_set_getport.c~     2012-04-06 22:33:28.410967308 +0200
2 +++ ipset-6.11/kernel/net/netfilter/ipset/ip_set_getport.c      2012-04-06 22:48:32.250775653 +0200
3 @@ -8,7 +8,7 @@
4  /* Get Layer-4 data from the packets */
5  
6  #include <linux/version.h>
7 -#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)
8 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,1,0)
9  #include <linux/export.h>
10  #endif
11  #include <linux/ip.h>
12 --- ipset-6.11/kernel/net/netfilter/ipset/pfxlen.c~     2012-01-13 21:26:37.000000000 +0100
13 +++ ipset-6.11/kernel/net/netfilter/ipset/pfxlen.c      2012-04-06 22:48:59.190670586 +0200
14 @@ -1,5 +1,5 @@
15  #include <linux/version.h>
16 -#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)
17 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,1,0)
18  #include <linux/export.h>
19  #endif
20  #include <linux/netfilter/ipset/pfxlen.h>
This page took 0.059107 seconds and 3 git commands to generate.