diff options
author | 2012-08-18 15:27:56 +0000 | |
---|---|---|
committer | 2012-08-18 15:27:56 +0000 | |
commit | f9716497df3ec12b7e7eda56e1383b47f59cc543 (patch) | |
tree | a49c0b6afe67960955d3d9d3374c543e8a4a538b /lib/libc/stdlib/system.c | |
parent | getrrsetyname() only uses ERRSET_* and is not supposed to set errno. (diff) | |
download | wireguard-openbsd-f9716497df3ec12b7e7eda56e1383b47f59cc543.tar.xz wireguard-openbsd-f9716497df3ec12b7e7eda56e1383b47f59cc543.zip |
Don't try to printf() a time_t value with %d. Cast to (int) just
in case time_t ever changes size. Values in these cases are intervals,
i.e. (time_t - time_t) so int/%d will be fine.
Part of larger time_t rectification diff from guenther@.
Diffstat (limited to 'lib/libc/stdlib/system.c')
0 files changed, 0 insertions, 0 deletions