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

Diff for /src/include/utmp.h between version 1.5 and 1.6

version 1.5, 2003/06/02 19:34:12 version 1.6, 2014/01/08 06:50:57
Line 66 
Line 66 
         time_t  ut_time;          time_t  ut_time;
 };  };
   
 /*  
  * These should not be used for writing out new data, for reference only.  
  */  
 struct old_lastlog {  
         time_t  ll_time;  
         char    ll_line[8];  
         char    ll_host[16];  
 };  
   
 struct old_utmp {  
         char    ut_line[8];  
         char    ut_name[8];  
         char    ut_host[16];  
         time_t  ut_time;  
 };  
   
 #endif /* !_UTMP_H_ */  #endif /* !_UTMP_H_ */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6