CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/10 08:01:09
Modified files:
sbin/dhclient : dhclient.c
Log message:
Stop passing value+3 as the start time for tick_msg(). Just #define
GRACE_SECONDS 3 inside tick_msg() and use that.
Reduces number of pointless variables used to perform the arithmetic,
making it more obvious what tick_msg() invocations are doing.
