summaryrefslogtreecommitdiffstats
path: root/examples/netfilter/nf-log.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/netfilter/nf-log.c')
-rw-r--r--examples/netfilter/nf-log.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/netfilter/nf-log.c b/examples/netfilter/nf-log.c
index 901bd80..4383b66 100644
--- a/examples/netfilter/nf-log.c
+++ b/examples/netfilter/nf-log.c
@@ -9,11 +9,6 @@
#include <libmnl/libmnl.h>
#include <linux/netfilter.h>
#include <linux/netfilter/nfnetlink.h>
-
-#ifndef aligned_be64
-#define aligned_be64 u_int64_t __attribute__((aligned(8)))
-#endif
-
#include <linux/netfilter/nfnetlink_log.h>
static int parse_attr_cb(const struct nlattr *attr, void *data)