Searched hist:239988 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/usr.sbin/lmcconfig/
H A Dlmcconfig.cdiff 239988 Sat Sep 01 10:59:42 MDT 2012 ed Rework time handling.

After I made the previous commit, I noticed the code does some things it
shouldn't. It casts a struct timeval to a time_t, assuming tv_sec is the
first member. Also, we are not interested in microseconds, so it is
better to just call time(NULL).

MFC after: 1 month

Completed in 41 milliseconds