Use unsigned long long to store integer value. At least that can always
authorclaudio <claudio@openbsd.org>
Tue, 1 Nov 2022 13:35:09 +0000 (13:35 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 1 Nov 2022 13:35:09 +0000 (13:35 +0000)
commit5c88087be59c9ee4690095a0692b261335d68e07
tree6139dc6116830acab41a8e0ab267bcb4ba6e6211
parentc812f9cecc4be2a5ffc29fdc2c45a434f3867e28
Use unsigned long long to store integer value. At least that can always
be printed with %llu unlike uint64_t.
usr.sbin/bgpctl/ometric.c