From b180a6ee27674b5060cf54a0149a9109da9d9fd1 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 25 May 2015 20:51:09 +0200 Subject: example: netfilter: get rid of aligned_be64 definitions This is defined in , which is included by the nfnetlink_* header files. Thus, we can get rid of u_int64_t which causes problems to musl according to Felix Janda. Signed-off-by: Pablo Neira Ayuso --- examples/netfilter/nf-log.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'examples/netfilter/nf-log.c') 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 #include #include - -#ifndef aligned_be64 -#define aligned_be64 u_int64_t __attribute__((aligned(8))) -#endif - #include static int parse_attr_cb(const struct nlattr *attr, void *data) -- cgit v1.2.3