From 28bfc5688a1a016bef4a001a5bc2a7f7703b1f85 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 20 Mar 2012 17:47:39 +0100 Subject: allconfig fixes for lemote yeelong --- package/iptables/patches/patch-extensions_libxt_pkttype_c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/iptables/patches/patch-extensions_libxt_pkttype_c (limited to 'package/iptables') diff --git a/package/iptables/patches/patch-extensions_libxt_pkttype_c b/package/iptables/patches/patch-extensions_libxt_pkttype_c new file mode 100644 index 000000000..b5f39a900 --- /dev/null +++ b/package/iptables/patches/patch-extensions_libxt_pkttype_c @@ -0,0 +1,14 @@ +--- 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 + */ ++ ++#define __aligned_u64 __u64 __attribute__((aligned(8))) ++#define __aligned_be64 __be64 __attribute__((aligned(8))) ++#define __aligned_le64 __le64 __attribute__((aligned(8))) ++ + #include + #include + #include -- cgit v1.2.3