Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2005 07:35:10 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include fts.h src/lib/libc/gen fts.3
Message-ID:  <200501120735.j0C7ZABq048856@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501120735.j0C7ZABq048856>