* [libmnl PATCH 1/2] examples/netfilter: Use stdint types
@ 2015-05-16 10:37 Felix Janda
0 siblings, 0 replies; only message in thread
From: Felix Janda @ 2015-05-16 10:37 UTC (permalink / raw)
To: netfilter-devel
Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
examples/netfilter/nf-log.c | 2 +-
examples/netfilter/nf-queue.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/netfilter/nf-log.c b/examples/netfilter/nf-log.c
index 901bd80..ec8175b 100644
--- a/examples/netfilter/nf-log.c
+++ b/examples/netfilter/nf-log.c
@@ -11,7 +11,7 @@
#include <linux/netfilter/nfnetlink.h>
#ifndef aligned_be64
-#define aligned_be64 u_int64_t __attribute__((aligned(8)))
+#define aligned_be64 uint64_t __attribute__((aligned(8)))
#endif
#include <linux/netfilter/nfnetlink_log.h>
diff --git a/examples/netfilter/nf-queue.c b/examples/netfilter/nf-queue.c
index 72779f0..6627787 100644
--- a/examples/netfilter/nf-queue.c
+++ b/examples/netfilter/nf-queue.c
@@ -11,7 +11,7 @@
#include <linux/netfilter/nfnetlink.h>
#ifndef aligned_be64
-#define aligned_be64 u_int64_t __attribute__((aligned(8)))
+#define aligned_be64 uint64_t __attribute__((aligned(8)))
#endif
#include <linux/netfilter/nfnetlink_queue.h>
--
2.3.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-16 10:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-16 10:37 [libmnl PATCH 1/2] examples/netfilter: Use stdint types Felix Janda
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.