[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.42 and 1.43

version 1.42, 2014/04/22 12:36:36 version 1.43, 2014/11/26 18:34:51
Line 152 
Line 152 
                 exit(0);                  exit(0);
   
         if (argc) {          if (argc) {
                 setlinebuf(stdout);                  setvbuf(stdout, NULL, _IOLBF, 0);
                 for (argv += optind; *argv; ++argv) {                  for (argv += optind; *argv; ++argv) {
 #define COMPATIBILITY  #define COMPATIBILITY
 #ifdef  COMPATIBILITY  #ifdef  COMPATIBILITY

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