Peter Wemm
6ceeb6902a
utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than
...
time_t. Deal with the possibility that time_t != int32_t. This boils
down to this sort of thing:
- time(&ut.ut_time);
+ ut.ut_time = time(NULL);
and similar for ctime(3) etc. I've kept it minimal for the stuff
that may need to be portable (or 3rd party code), but used Matt's time32
stuff for cases where that isn't as much of a concern.
Approved by: re (jhb)
2002-11-15 22:42:00 +00:00
..
2002-09-25 19:47:54 +00:00
2002-09-29 13:42:27 +00:00
2002-09-28 00:25:32 +00:00
2002-09-30 09:18:54 +00:00
2002-05-13 11:09:07 +00:00
2002-09-28 00:25:32 +00:00
2002-11-14 17:06:01 +00:00
2002-11-15 00:34:28 +00:00
2001-10-01 16:09:29 +00:00
2002-09-16 07:18:27 +00:00
2002-10-16 14:29:23 +00:00
2002-04-09 22:32:59 +00:00
2002-09-20 02:16:33 +00:00
2002-09-28 00:25:32 +00:00
2002-11-15 13:24:29 +00:00
2002-10-14 10:42:38 +00:00
2002-10-04 15:07:39 +00:00
2002-11-08 19:10:05 +00:00
2002-05-21 07:08:30 +00:00
2002-09-28 00:25:32 +00:00
2001-09-30 21:41:46 +00:00
2002-09-28 00:25:32 +00:00
2002-08-25 13:10:45 +00:00
2002-09-28 00:25:32 +00:00
2002-11-12 00:55:01 +00:00
2002-10-21 04:21:12 +00:00
2002-09-17 01:49:00 +00:00
2002-05-21 07:08:30 +00:00
2002-05-12 16:01:00 +00:00
2002-05-13 12:11:54 +00:00
2002-09-28 00:25:32 +00:00
2002-11-13 13:47:48 +00:00
2002-09-28 00:25:32 +00:00
2002-10-04 00:24:31 +00:00
2002-11-15 22:42:00 +00:00
2002-05-21 05:41:07 +00:00
2002-09-28 00:25:32 +00:00
2002-11-12 00:55:01 +00:00
2002-09-28 00:25:32 +00:00
2002-10-01 22:02:06 +00:00
2002-01-06 08:47:19 +00:00
2002-05-13 11:09:07 +00:00
2002-09-28 00:25:32 +00:00
2002-05-13 11:09:07 +00:00
2002-05-13 11:09:07 +00:00
2002-10-19 02:23:09 +00:00
2002-09-28 00:25:32 +00:00
2002-05-13 11:09:07 +00:00
2002-10-22 19:36:10 +00:00
2002-11-07 20:37:04 +00:00
2002-09-28 00:25:32 +00:00
2002-11-12 22:30:01 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2002-10-03 19:30:22 +00:00
2002-10-31 23:05:20 +00:00
2002-11-13 13:47:48 +00:00
2002-10-04 13:40:39 +00:00
2002-09-28 00:25:32 +00:00