aboutsummaryrefslogtreecommitdiff
path: root/sutils/fstab.h
Commit message (Collapse)AuthorAgeFilesLines
* 1999-10-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-191-5/+29
| | | | | | | | | | | | | | | | * fstab.c (fstypes_get): Check strdup return for ENOMEM failure. (fstypes_find_program): New function, #if 0'd out for now. (fstab_argp, fstab_argp_create, options, parse_opt): New variables and functions. * fstab.h: Misc comment fixes. (struct fstab_argp_params): New type. (fstab_argp, fstab_argp_create): Declare them. * fsck.c (options): Remove --fstab/-F, --search-fmts/-S, --exclude-root/-R, --exclude/-X, --fstype/-t, --all/-A; all of these are now factored out into fstab_argp. (main): Remove parsing code for options now in fstab_argp. Instead, use fstab_argp as an argp_child and use fstab_argp_create to process the option-parsing results into a struct fstab * to process.
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-13/+15
| | | | * fstab.c, fstab.h: Add numerous `const' qualifiers.
* fix typo in commentRoland McGrath1997-06-261-1/+1
|
* Initial revisionMiles Bader1996-06-191-0/+152