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

Diff for /src/usr.bin/du/du.c between version 1.29 and 1.30

version 1.29, 2014/10/20 22:13:11 version 1.30, 2015/06/25 02:04:08
Line 206 
Line 206 
         if (cflag) {          if (cflag) {
                 prtout((quad_t)howmany(totalblocks, blocksize), "total", hflag);                  prtout((quad_t)howmany(totalblocks, blocksize), "total", hflag);
         }          }
           fts_close(fts);
         exit(rval);          exit(rval);
 }  }
   

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30