summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw2.h
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2009-01-27 20:26:45 +0000
committerluigi <luigi@FreeBSD.org>2009-01-27 20:26:45 +0000
commit5f74942998479b79250f585067f2adf70b583c5b (patch)
tree5a6b612f20f76de703f4892c47927d4dc47234d3 /sbin/ipfw/ipfw2.h
parented75d66370286ae74d1656558e6549209acc6fe5 (diff)
downloadFreeBSD-src-5f74942998479b79250f585067f2adf70b583c5b.zip
FreeBSD-src-5f74942998479b79250f585067f2adf70b583c5b.tar.gz
fix printing of uint64_t values, so we can use WARNS=2
Diffstat (limited to 'sbin/ipfw/ipfw2.h')
-rw-r--r--sbin/ipfw/ipfw2.h2
1 files changed, 2 insertions, 0 deletions
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);
OpenPOWER on IntegriCloud