Consistently use time(&var) idiom rather than tossing in a few
authorkrw <krw@openbsd.org>
Wed, 21 Jun 2017 15:24:34 +0000 (15:24 +0000)
committerkrw <krw@openbsd.org>
Wed, 21 Jun 2017 15:24:34 +0000 (15:24 +0000)
commit12f1d8c6c2302c3402caffd5f0d86fe770565355
treed10f3917d86893e8d6dee00798d96499abe6e791
parent1d034e4bd5bfd6d1c871d1dde0e6a82dc6fbb887
Consistently use time(&var) idiom rather than tossing in a few
var = time(NULL). Flip "struct interface *" to be the first
parameter in set_timeout(), as in other functions taking the
state info.
sbin/dhclient/dhclient.c
sbin/dhclient/dhcpd.h
sbin/dhclient/dispatch.c