[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.45 and 1.46

version 1.45, 2015/01/16 06:40:09 version 1.46, 2015/02/08 23:40:34
Line 112 
Line 112 
                         maxrec = (maxrec * 10) + (ch - '0');                          maxrec = (maxrec * 10) + (ch - '0');
                         break;                          break;
                 case 'c':                  case 'c':
                         calculate++;                          calculate = 1;
                         break;                          break;
                 case 'f':                  case 'f':
                         file = optarg;                          file = optarg;
Line 130 
Line 130 
                                 exit(0);                                  exit(0);
                         break;                          break;
                 case 's':                  case 's':
                         seconds++;                          seconds = 1;
                         break;                          break;
                 case 't':                  case 't':
                         addarg(TTY_TYPE, ttyconv(optarg));                          addarg(TTY_TYPE, ttyconv(optarg));

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46