diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/ipset/patches |
Initial import
Diffstat (limited to 'package/ipset/patches')
-rw-r--r-- | package/ipset/patches/patch-kernel_ip_set_c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ipset/patches/patch-kernel_ip_set_c b/package/ipset/patches/patch-kernel_ip_set_c new file mode 100644 index 000000000..bf931398f --- /dev/null +++ b/package/ipset/patches/patch-kernel_ip_set_c @@ -0,0 +1,12 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- ipset-2.3.3a.orig/kernel/ip_set.c 2008-07-16 19:17:55.000000000 +0200 ++++ ipset-2.3.3a/kernel/ip_set.c 2008-10-20 16:38:11.000000000 +0200 +@@ -24,7 +24,7 @@ + #include <linux/errno.h> + #include <asm/uaccess.h> + #include <asm/bitops.h> +-#include <asm/semaphore.h> ++#include <linux/semaphore.h> + #include <linux/spinlock.h> + #include <linux/vmalloc.h> + |