In article <[EMAIL PROTECTED]>,
Ayan George <[EMAIL PROTECTED]> wrote:
>
> What seems strange is that they use the different data types to
> store the same information (the time):
>
> struct lastlog {
> time_t ll_time;
> charll_line[UT_LINESIZE];
> Why do we store the utmp/wtmp and last logs in different data
> structures?
>
> What seems strange is that they use the different data types to
> store the same information (the time):
>
> struct lastlog {
> time_t ll_time;
> charll_line[UT_LINES
Why do we store the utmp/wtmp and last logs in different data
structures?
What seems strange is that they use the different data types to
store the same information (the time):
struct lastlog {
time_t ll_time;
charll_line[UT_LINESIZE];