summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2020-05-04 16:00:13 +0000
committerclaudio <claudio@openbsd.org>2020-05-04 16:00:13 +0000
commitdf3045ca80946421894a043ff89b86049b9d9e0c (patch)
treec2c2ac25590e2e9c1c2ed2f5e0d0e932564868ca /sys
parentleave -beta. (diff)
downloadwireguard-openbsd-df3045ca80946421894a043ff89b86049b9d9e0c.tar.xz
wireguard-openbsd-df3045ca80946421894a043ff89b86049b9d9e0c.zip
Using int64_t together with printf %llu is not portable. Either add a
cast in the printf to unsigned long long or just use unsigned long long from the start. In this case it is better to switch the type. Similar changes had been done before. OK deraadt@
Diffstat (limited to 'sys')
0 files changed, 0 insertions, 0 deletions