K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-09-06T13:44:42.445920Z K 7 svn:log V 475 Fix -Wformat errors in pfctl on 32-bit architectures Use PRIu64 to printf(3) uint64_t quantities, otherwise this will result in "error: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Werror,-Wformat]" on 32-bit architectures. Fixes: 80078d9d38fd MFC after: 1 week (cherry picked from commit 5b8f07b12f8477f1679013d6b3abdab8d33c7243) Git Hash: 2ea6ae7cc8146d2c05e266f80f00d35e9dc6dc24 Git Author: dim@FreeBSD.org END