From: Felix Janda <felix.janda@posteo.de>
To: netfilter-devel@vger.kernel.org
Subject: [libmnl PATCH 1/2] examples/netfilter: Use stdint types
Date: Sat, 16 May 2015 12:37:12 +0200 [thread overview]
Message-ID: <20150516103243.GK14201@euler> (raw)
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
reply other threads:[~2015-05-16 10:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150516103243.GK14201@euler \
--to=felix.janda@posteo.de \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.