aboutsummaryrefslogtreecommitdiff
path: root/libfshelp/set-options.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix gcc warningSamuel Thibault2013-09-211-1/+1
| | | | | | * libfshelp/fshelp.h (fshelp_set_options): Make `argp` pointer const. * libfshelp/set-options.c (fshelp_set_options): Likewise. * doc/hurd.texi (fshelp_set_options): Likewise.
* libfshelp: add missing importJustus Winter2013-07-051-0/+1
| | | | | | Add missing import of alloca.h. * libfshelp/set-options.c: Add missing import.
* 1999-07-11 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-2/+2
| | | | | * set-options.c (fshelp_set_options): Explicitly cast first arg to argz_extract to keep GCC quiet.
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-09-041-2/+2
| | | | | * fshelp.h (fshelp_set_options): Use `const' for `char *' parameter. * set-options.c (fshelp_set_options): Fix defn.
* (fshelp_set_options): Add & use INPUT arg.Miles Bader1996-06-211-4/+4
|
* Initial revisionMiles Bader1996-06-191-0/+46