freebsd-dev/usr.sbin/lmcconfig
Ed Schouten 98e695d7fd 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
2012-09-01 10:56:15 +00:00
..
lmcconfig.8 mdoc: fix column names, indentation, column separation within each row, and 2012-04-07 09:05:30 +00:00
lmcconfig.c Rework time handling. 2012-09-01 10:56:15 +00:00
Makefile lmcconfig(8): bump to WARNS=3, fix typo in usage while here 2010-12-20 19:08:15 +00:00