This patch file may include trailing empty lines and/or trailing lines
that consist solely of whitespace. If you edit this file, use software
that preserves lines of this type, or you may break the patch.

--- iptables-1.4.21.old/extensions/libxt_pkttype.c
+++ iptables-1.4.21/extensions/libxt_pkttype.c
@@ -7,6 +7,11 @@
 #include <stdio.h>
 #include <string.h>
 #include <xtables.h>
+
+#define __aligned_u64 __u64 __attribute__((aligned(8)))
+#define __aligned_be64 __be64 __attribute__((aligned(8)))
+#define __aligned_le64 __le64 __attribute__((aligned(8)))
+
 #include <linux/if_packet.h>
 #include <linux/netfilter/xt_pkttype.h>
 
===== end of patch =====