summaryrefslogtreecommitdiff
path: root/src/df.c
AgeCommit message (Collapse)Author
1993-03-28(add_omitted_fs_type, fs_to_omit): New functions addingJim Meyering
support for --exclude-type option. From Kaveh R. Ghazi <ghazi@caip.rutgers.edu>.
1992-12-02Convert static declarations of struct option to use new macros fromJim Meyering
getopt.h: no_argument, required_argument, and optional_argument.
1992-11-09Declared lots of external functions and variables static.Jim Meyering
Made several statically-initialized arrays `const.'
1992-11-01Give most file-scope variables the static attribute.Jim Meyering
1992-10-31Initial revisionJim Meyering