]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pfctl: Don't use PRIu64
authorKristof Provost <kp@FreeBSD.org>
Wed, 1 Sep 2021 16:18:26 +0000 (18:18 +0200)
committerKristof Provost <kp@FreeBSD.org>
Wed, 8 Sep 2021 07:32:53 +0000 (09:32 +0200)
commita660938a78887a64d09fbc4cadf42642da98c525
treec0046dfd468372770e5569db3aae557e14ced952
parent4562d33c8fbcea7c188ce45d23670a4e4d764748
pfctl: Don't use PRIu64

Rather than PRIu64 we can just treat the data as uintmax_t, and use %jx
instead.

MFC after: 1 week
Suggested by: kib
Sponsored by: Rubicon Communications, LLC ("Netgate")

(cherry picked from commit 795d78a46713fc16153966e77f20da2f40aac2a3)
sbin/pfctl/pfctl_parser.c