Date: Fri, 7 Jan 2005 00:06:20 +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 Message-ID: <200501070006.j0706Kd5059956@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2005-01-07 00:06:20 UTC
FreeBSD src repository
Modified files:
include fts.h
Log:
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@
MFC after: 5 days
Revision Changes Path
1.11 +10 -2 src/include/fts.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501070006.j0706Kd5059956>
