[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.9 and 1.10

version 1.9, 1998/03/10 00:50:40 version 1.10, 1998/04/25 00:40:18
Line 418 
Line 418 
                                 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 \n", ct, timesize, timesize, ct + 11);          printf("\nwtmp begins %10.10s %*.*s %4.4s\n", ct, timesize, timesize,
               ct + 11, ct + 20);
 }  }
   
 /*  /*

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10