[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.36 and 1.37

version 1.36, 2009/10/27 23:59:39 version 1.37, 2013/02/12 20:24:32
Line 407 
Line 407 
                             asctime(gmtime(&total))+11);                              asctime(gmtime(&total))+11);
         }          }
         ct = ctime(&buf[0].ut_time);          ct = ctime(&buf[0].ut_time);
         printf("\nwtmp begins %10.10s %*.*s %4.4s\n", ct, timesize, timesize,          printf("\n%s begins %10.10s %*.*s %4.4s\n", basename(file), ct,
             ct + 11, ct + 20);              timesize, timesize, ct + 11, ct + 20);
 }  }
   
 /*  /*

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37