diff options
author | 2021-03-18 11:16:58 +0000 | |
---|---|---|
committer | 2021-03-18 11:16:58 +0000 | |
commit | 2cb7cdfc213f61a57def00eb11d6dce9bd9d43ed (patch) | |
tree | 2363cb9ef594dc0e395ad3e8818d218c72ddeeed /lib/libc/hash | |
parent | The ntpd client code corrects both T1 and T4 with the current offset (diff) | |
download | wireguard-openbsd-2cb7cdfc213f61a57def00eb11d6dce9bd9d43ed.tar.xz wireguard-openbsd-2cb7cdfc213f61a57def00eb11d6dce9bd9d43ed.zip |
Type-cast getpagesize() from int to size_t for the comparison with d.
getpagesize() will only return positive numbers (there is no negative
page size system) and it can not fail.
Should fix some compiler warnings seen in -portable projects.
OK otto@
Diffstat (limited to 'lib/libc/hash')
0 files changed, 0 insertions, 0 deletions