NetBSD/usr.sbin
lukem bdf152b906 fix time display bug introduced in previous commit [hi christos! ;]
because it was using an unitialised variable.  change:
	ctime(&t); foo.bar = t
into
	t = foo.bar; ctime(&t)
2001-07-26 05:49:00 +00:00
..
2001-07-03 08:52:00 +00:00
2001-07-22 13:33:58 +00:00
2001-06-13 10:45:57 +00:00
2001-07-08 18:19:16 +00:00
2001-06-13 10:45:57 +00:00
2001-07-22 13:33:58 +00:00
2001-06-25 16:40:50 +00:00
2001-06-13 21:38:30 +00:00
2001-07-09 17:46:39 +00:00
2001-07-06 18:07:15 +00:00
2001-07-08 15:34:13 +00:00
2001-06-27 05:17:32 +00:00
2001-07-09 06:04:28 +00:00
2001-07-22 13:33:58 +00:00
2001-06-19 12:52:20 +00:00
2001-06-19 13:42:07 +00:00