commit a866b809ff63807bfeb7889c142e0dbbfef00d08
Author: Antonio Huete Jimenez <[email protected]>
Date:   Fri Aug 1 19:36:21 2014 +0200

    dhclient - Don't print time_t as %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.
    
    Taken-from: OpenBSD

Summary of changes:
 sbin/dhclient/dhclient.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a866b809ff63807bfeb7889c142e0dbbfef00d08


-- 
DragonFly BSD source repository

Reply via email to