diff options
author | 2020-05-04 16:00:13 +0000 | |
---|---|---|
committer | 2020-05-04 16:00:13 +0000 | |
commit | df3045ca80946421894a043ff89b86049b9d9e0c (patch) | |
tree | c2c2ac25590e2e9c1c2ed2f5e0d0e932564868ca /sys | |
parent | leave -beta. (diff) | |
download | wireguard-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