diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 14:56:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 14:56:04 +0200 |
commit | 6d7a7f4776711758cf5b59028378f01cd8eba493 (patch) | |
tree | 67cc0ff4f56a0d7e1deff1d0a39867d486c86a9b /package/ipset/patches | |
parent | 18b38b0eb68cbcb8793efe989dcd8796a60288af (diff) |
FreeBSD compatibility patches
- update ipset and libpri to latest upstream
Diffstat (limited to 'package/ipset/patches')
-rw-r--r-- | package/ipset/patches/patch-kernel_ip_set_c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/ipset/patches/patch-kernel_ip_set_c b/package/ipset/patches/patch-kernel_ip_set_c deleted file mode 100644 index bf931398f..000000000 --- a/package/ipset/patches/patch-kernel_ip_set_c +++ /dev/null @@ -1,12 +0,0 @@ -$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> - |