From 5f74942998479b79250f585067f2adf70b583c5b Mon Sep 17 00:00:00 2001 From: luigi Date: Tue, 27 Jan 2009 20:26:45 +0000 Subject: fix printing of uint64_t values, so we can use WARNS=2 --- sbin/ipfw/ipfw2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/ipfw/ipfw2.h') diff --git a/sbin/ipfw/ipfw2.h b/sbin/ipfw/ipfw2.h index 14c3837..dfbb17e 100644 --- a/sbin/ipfw/ipfw2.h +++ b/sbin/ipfw/ipfw2.h @@ -190,6 +190,8 @@ enum tokens { */ #define NEED1(msg) {if (!ac) errx(EX_USAGE, msg);} +unsigned long long align_uint64(const uint64_t *pll); + /* memory allocation support */ void *safe_calloc(size_t number, size_t size); void *safe_realloc(void *ptr, size_t size); -- cgit v1.1