From 047f37b1d5d865084a435fd7594b8c5c332ccb8d Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sat, 16 May 2015 10:31:24 +0200 Subject: src: Use stdint types Signed-off-by: Felix Janda Signed-off-by: Pablo Neira Ayuso --- include/libarptc/libarptc.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/libarptc') 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 #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 -- cgit v1.2.3