cvs commit: src/usr.bin/du du.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Jan 6 16:12:24 PST 2005


pjd         2005-01-07 00:12:24 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/du           du.c 
  Log:
  Use 64bit 'fts_bignum' field instead of 32bit (on 32bit archs) field
  'fts_number' to remember number of blocks.
  This makes du(1) 64bit-clean.
  
  This work is part of the BigDisk project:
  
          http://www.FreeBSD.org/projects/bigdisk/
  
  Discussed on:   arch@
  MFC after:      5 days
  
  Revision  Changes    Path
  1.37      +13 -11    src/usr.bin/du/du.c


More information about the cvs-all mailing list