packages: iptables/iptables-aligned_u64.patch (NEW)=?UTF-8?Q?=20?=- fix for error: unknow...
paszczus
paszczus at pld-linux.org
Thu Feb 23 10:01:35 CET 2012
Author: paszczus Date: Thu Feb 23 09:01:35 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- fix for error: unknown type name '__aligned_u64'
---- Files affected:
packages/iptables:
iptables-aligned_u64.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/iptables/iptables-aligned_u64.patch
diff -u /dev/null packages/iptables/iptables-aligned_u64.patch:1.1
--- /dev/null Thu Feb 23 10:01:35 2012
+++ packages/iptables/iptables-aligned_u64.patch Thu Feb 23 10:01:29 2012
@@ -0,0 +1,11 @@
+diff -ur iptables-1.4.12.2/extensions/libxt_pkttype.c iptables-1.4.12.2.new/extensions/libxt_pkttype.c
+--- iptables-1.4.12.2/extensions/libxt_pkttype.c 2012-01-02 18:19:09.000000000 +0100
++++ iptables-1.4.12.2.new/extensions/libxt_pkttype.c 2012-02-23 09:58:15.914689222 +0100
+@@ -7,6 +7,7 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <xtables.h>
++#define __aligned_u64 __u64 __attribute__((aligned(8)))
+ #include <linux/if_packet.h>
+ #include <linux/netfilter/xt_pkttype.h>
+
================================================================
More information about the pld-cvs-commit
mailing list