summaryrefslogtreecommitdiffstats
path: root/include/libarptc/libarptc.h
diff options
context:
space:
mode:
authorFelix Janda <felix.janda@posteo.de>2015-05-16 10:31:24 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2015-05-20 14:13:34 +0200
commit047f37b1d5d865084a435fd7594b8c5c332ccb8d (patch)
treeab05e8f7adfa09b95ac027270933cb89fe49b8a3 /include/libarptc/libarptc.h
parent4bb2f8340783fd3a3f70aa6f8807428a280f8474 (diff)
src: Use stdint types
Signed-off-by: Felix Janda <felix.janda@posteo.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/libarptc/libarptc.h')
-rw-r--r--include/libarptc/libarptc.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/libarptc/libarptc.h b/include/libarptc/libarptc.h
index ff4606f..18e8bb0 100644
--- a/include/libarptc/libarptc.h
+++ b/include/libarptc/libarptc.h
@@ -7,9 +7,10 @@
#include <linux/netfilter_arp/arp_tables.h>
#ifndef ARPT_MIN_ALIGN
-/* arpt_entry has pointers and u_int64_t's in it, so if you align to
- it, you'll also align to any crazy matches and targets someone
- might write */
+/* arpt_entry has pointers and uint64_t's in it, so if you align to
+ * it, you'll also align to any crazy matches and targets someone
+ * might write.
+ */
#define ARPT_MIN_ALIGN (__alignof__(struct arpt_entry))
#endif