commit 3cc420bac0561780f4b4cc3b4183d7139cd3396c
Author: Antonio Huete Jimenez <[email protected]>
Date: Fri Aug 1 19:43:37 2014 +0200
dhclient - Don't abandon time_t precision for intervals.
- Use (long long) and %lld when printing, rather than (int)and %d.
Follows idiom used for 64-bit size_t and off_t.
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/3cc420bac0561780f4b4cc3b4183d7139cd3396c
--
DragonFly BSD source repository