aboutsummaryrefslogtreecommitdiff
path: root/src/libdiskfs/ffs.h
AgeCommit message (Collapse)AuthorFilesLines
2020-05-18libdiskfs: avoid problematic internal constant namesRuss Cox1-0/+33
AIX defines some of these constants in its C header files.
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2005-08-11Add UFS2 support.rsc1-51/+114
2005-07-13File system access library.rsc1-0/+281