blob: aae7f4b65ddb8f58371a2668c67ef39e9d774cce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661449
--- ebtables-2.0.9.2.orig/extensions/ebt_pkttype.c 2010-02-03 21:17:45.000000000 +0000
+++ ebtables-2.0.9.2/extensions/ebt_pkttype.c 2012-03-03 15:22:57.000000000 +0000
@@ -12,6 +12,11 @@
#include <getopt.h>
#include <netdb.h>
#include "../include/ebtables_u.h"
+/* BEGIN: Workaround */
+#ifndef __aligned_u64
+#define __aligned_u64 __u64 __attribute__((aligned(8)))
+#endif
+/* END: Workaround */
#include <linux/if_packet.h>
#include <linux/netfilter_bridge/ebt_pkttype.h>
|