summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/system.c
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2012-08-18 15:27:56 +0000
committerkrw <krw@openbsd.org>2012-08-18 15:27:56 +0000
commitf9716497df3ec12b7e7eda56e1383b47f59cc543 (patch)
treea49c0b6afe67960955d3d9d3374c543e8a4a538b /lib/libc/stdlib/system.c
parentgetrrsetyname() only uses ERRSET_* and is not supposed to set errno. (diff)
downloadwireguard-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