summaryrefslogtreecommitdiff
path: root/lib/fsusage.h
AgeCommit message (Collapse)Author
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert
2006-04-12Include <inttypes.h> and <stdint.h> if they exist.Paul Eggert
2005-06-02Don't use "path" or "filename" to mean "file name"Paul Eggert
in comments or local variable names.
2005-05-14Update FSF postal mail address.Jim Meyering
2004-08-02Include <stdbool.h>.Paul Eggert
(struct fs_usage): Use uintmax_t for block sizes, so that they're not limited to INT_MAX. Use bool for booleans.
2004-06-30Use `file system', not filesystem in a comment.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-06-18(PARAMS): Remove. All uses removed.Jim Meyering
2000-08-07back out Copyright date changes for files with no changes yearJim Meyering
2000-07-09update copyright dateJim Meyering
1998-03-19(struct fs_usage): New memberJim Meyering
fsu_bavail_top_bit_set.
1997-12-21Use PARAMS, not __P.Jim Meyering
1997-11-30(struct fs_usage): New member fsu_blocksize.Jim Meyering
Other members are now uintmax_t, not long.
1996-07-15update FSF address in copyrightJim Meyering
1996-05-17Update prototype to match.Jim Meyering
1992-10-31Initial revisionJim Meyering