diff options
Diffstat (limited to 'package/ipset/patches/patch-kernel_ip_set_c')
-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> + |