[libmnl PATCH 1/2] examples/netfilter: Use stdint types

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Felix Janda <felix.janda@xxxxxxxxx>
---
 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
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux