[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.16 and 1.17

version 1.16, 2001/07/18 17:17:39 version 1.17, 2001/11/05 09:42:13
Line 651 
Line 651 
 {  {
         char *ct;          char *ct;
   
           /* XXX signal race */
         ct = ctime(&buf[0].ut_time);          ct = ctime(&buf[0].ut_time);
         printf("\ninterrupted %10.10s %8.8s \n", ct, ct + 11);          printf("\ninterrupted %10.10s %8.8s \n", ct, ct + 11);
         if (signo == SIGINT)          if (signo == SIGINT)

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17