]> 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>
Thu, 2 Sep 2021 07:35:36 +0000 (09:35 +0200)
commit795d78a46713fc16153966e77f20da2f40aac2a3
tree7e3ee242e4b347c90b78ffd73a75422ef7bef69e
parentdbb0cb19ec7fcfc103b72c895cf0fdaa99e7ac04
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")
sbin/pfctl/pfctl_parser.c