[BACK]Return to rusers.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rusers

Diff for /src/usr.bin/rusers/rusers.c between version 1.32 and 1.33

version 1.32, 2014/10/08 04:08:47 version 1.33, 2014/11/26 18:34:51
Line 152 
Line 152 
                         termwidth = 80;                          termwidth = 80;
         } else          } else
                 termwidth = 80;                  termwidth = 80;
         setlinebuf(stdout);          setvbuf(stdout, NULL, _IOLBF, 0);
   
         if (argc == optind) {          if (argc == optind) {
                 if (hflag || iflag || uflag) {                  if (hflag || iflag || uflag) {

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33