aboutsummaryrefslogtreecommitdiff
path: root/src/libdiskfs/ffs.h
Commit message (Collapse)AuthorAgeFilesLines
* libdiskfs: avoid problematic internal constant namesRuss Cox2020-05-181-0/+33
| | | | AIX defines some of these constants in its C header files.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-2/+1
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* Add UFS2 support.rsc2005-08-111-51/+114
|
* File system access library.rsc2005-07-131-0/+281