]> git.pld-linux.org Git - packages/iptables.git/blame - iptables-aligned_u64.patch
- added link patch: don't propagate -lpcap everywhere; release 2
[packages/iptables.git] / iptables-aligned_u64.patch
CommitLineData
2d1078fe
SP
1diff -ur iptables-1.4.12.2/extensions/libxt_pkttype.c iptables-1.4.12.2.new/extensions/libxt_pkttype.c
2--- iptables-1.4.12.2/extensions/libxt_pkttype.c 2012-01-02 18:19:09.000000000 +0100
3+++ iptables-1.4.12.2.new/extensions/libxt_pkttype.c 2012-02-23 09:58:15.914689222 +0100
4@@ -7,6 +7,7 @@
5 #include <stdio.h>
6 #include <string.h>
7 #include <xtables.h>
8+#define __aligned_u64 __u64 __attribute__((aligned(8)))
9 #include <linux/if_packet.h>
10 #include <linux/netfilter/xt_pkttype.h>
11
This page took 0.038166 seconds and 4 git commands to generate.