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

Diff for /src/usr.bin/rup/rup.c between version 1.27 and 1.28

version 1.27, 2014/10/08 04:08:13 version 1.28, 2014/11/26 18:34:51
Line 314 
Line 314 
                         /*NOTREACHED*/                          /*NOTREACHED*/
                 }                  }
   
         setlinebuf(stdout);          setvbuf(stdout, NULL, _IOLBF, 0);
   
         if (argc == optind)          if (argc == optind)
                 allhosts();                  allhosts();

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28