cvs commit: src/sbin/dhclient dhclient.c
Brooks Davis
brooks at FreeBSD.org
Tue Jun 7 14:47:55 GMT 2005
brooks 2005-06-07 14:47:54 UTC
FreeBSD src repository
Modified files:
sbin/dhclient dhclient.c
Log:
Fix build on 64-bit platforms where time_t is 64 bit. Since where
talking about time related to leases, it should be OK to cast these to
(int)s rather than using intmax_t.
Submitted by: ru
Pointy hat: brooks
Revision Changes Path
1.3 +5 -4 src/sbin/dhclient/dhclient.c
More information about the cvs-src
mailing list