[BACK]Return to utmp.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/utmp.h between version 1.2 and 1.3

version 1.2, 1997/09/21 10:46:00 version 1.3, 1999/04/21 15:15:39
Line 52 
Line 52 
 #define UT_LINESIZE     8  #define UT_LINESIZE     8
 #define UT_HOSTSIZE     16  #define UT_HOSTSIZE     16
   
   /*
    * Note that these are *not* C strings and thus are not
    * guaranteed to be NUL-terminated.
    */
   
 struct lastlog {  struct lastlog {
         time_t  ll_time;          time_t  ll_time;
         char    ll_line[UT_LINESIZE];          char    ll_line[UT_LINESIZE];

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3