[BACK]Return to last.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / last

Diff for /src/usr.bin/last/last.c between version 1.43 and 1.44

version 1.43, 2014/11/26 18:34:51 version 1.44, 2014/12/09 15:40:23
Line 241 
Line 241 
 {  {
         time_t  delta, total = 0;          time_t  delta, total = 0;
         int     timesize, wfd, snapfound = 0;          int     timesize, wfd, snapfound = 0;
         char    *ct, *crmsg;          char    *ct, *crmsg = "invalid";
         struct utmp     *bp;          struct utmp     *bp;
         struct stat     stb;          struct stat     stb;
         ssize_t bytes;          ssize_t bytes;

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44