summaryrefslogtreecommitdiff
path: root/package/iptables/patches/patch-extensions_libxt_pkttype_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/iptables/patches/patch-extensions_libxt_pkttype_c')
-rw-r--r--package/iptables/patches/patch-extensions_libxt_pkttype_c14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/iptables/patches/patch-extensions_libxt_pkttype_c b/package/iptables/patches/patch-extensions_libxt_pkttype_c
deleted file mode 100644
index b5f39a900..000000000
--- a/package/iptables/patches/patch-extensions_libxt_pkttype_c
+++ /dev/null
@@ -1,14 +0,0 @@
---- iptables-1.4.12.2.orig/extensions/libxt_pkttype.c 2012-01-02 18:19:09.000000000 +0100
-+++ iptables-1.4.12.2/extensions/libxt_pkttype.c 2012-03-17 13:49:29.651581491 +0100
-@@ -4,6 +4,11 @@
- *
- * Michal Ludvig <michal@logix.cz>
- */
-+
-+#define __aligned_u64 __u64 __attribute__((aligned(8)))
-+#define __aligned_be64 __be64 __attribute__((aligned(8)))
-+#define __aligned_le64 __le64 __attribute__((aligned(8)))
-+
- #include <stdio.h>
- #include <string.h>
- #include <xtables.h>