CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/21 09:24:34
Modified files:
sbin/dhclient : dhclient.c dhcpd.h dispatch.c
Log message:
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.
