ll_time and ut_time are int32_t on disk and have to remain that way
unless we dont want to run 4.x binaries any more.
This commit is contained in:
parent
540d188c62
commit
1db36b0438
@ -51,7 +51,7 @@
|
||||
#define UT_HOSTSIZE 16
|
||||
|
||||
struct lastlog {
|
||||
time_t ll_time;
|
||||
int32_t ll_time;
|
||||
char ll_line[UT_LINESIZE];
|
||||
char ll_host[UT_HOSTSIZE];
|
||||
};
|
||||
@ -60,7 +60,7 @@ struct utmp {
|
||||
char ut_line[UT_LINESIZE];
|
||||
char ut_name[UT_NAMESIZE];
|
||||
char ut_host[UT_HOSTSIZE];
|
||||
time_t ut_time;
|
||||
int32_t ut_time;
|
||||
};
|
||||
|
||||
#endif /* !_UTMP_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user