cvs commit: src/include fts.h src/lib/libc/gen fts.3

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Jan 11 23:35:10 PST 2005


pjd         2005-01-12 07:35:09 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    include              fts.h 
    lib/libc/gen         fts.3 
  Log:
  MFC:    fts.h   1.11
          fts.3   1.22
  
  Introduce new field 'fts_bignum' which is 64bit long and will allow to
  make utilities like du(1) 64bit-clean.
  When this field is used, one cannot use 'fts_number' and 'fts_pointer'
  fields.
  
  This commit doesn't break API nor ABI.
  
  This work is part of the BigDisk project:
  
          http://www.FreeBSD.org/projects/bigdisk/
  
  Discussed on:           arch@
  Manual page work from:  Peter Jeremy <PeterJeremy at optushome.com.au>
  
  Revision  Changes    Path
  1.10.2.1  +10 -2     src/include/fts.h
  1.20.2.1  +24 -1     src/lib/libc/gen/fts.3


More information about the cvs-src mailing list