https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218980

--- Comment #2 from Conrad Meyer <c...@freebsd.org> ---
The DHCP lease time is a uint32, but expiry is stored as a time_t.  On 32-bit
Intel and PPC platforms, time_t is a (signed) int32.  That (or a 32-bit int) is
probably involved somewhere.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to