aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/file-get-fs-opts.c
Commit message (Collapse)AuthorAgeFilesLines
* 1998-08-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-201-2/+2
| | | | | | * fsys-options.c (diskfs_S_fsys_get_options): fshelp_return_malloced_buffer renamed to iohelp_*. * file-get-fs-opts.c (diskfs_S_file_get_fs_options): Likewise.
* (diskfs_S_file_get_fs_options):Miles Bader1996-09-231-3/+10
| | | | | | | | Free ARGZ if diskfs_append_args returns an error. Initialize ARGZ & ARGZ_LEN to the program name, and call diskfs_append_args instead of diskfs_get_options. <argz.h>: New include.
* (diskfs_S_file_get_fs_options):Miles Bader1996-06-211-11/+6
| | | | Use fshelp_return_malloced_buffer to setup the return data.
* (diskfs_S_file_get_fs_options): Revert last change.Michael I. Bushnell1995-11-211-1/+1
|
* (diskfs_S_file_get_fs_options): diskfs_get_options ->Michael I. Bushnell1995-11-211-1/+1
| | | | _diskfs_get_options.c
* Include <string.h>.Michael I. Bushnell1995-11-211-2/+3
| | | | | (diskfs_S_file_get_fs_options): Dereference DATA_LEN in call to vm_allocate.
* Initial revisionMiles Bader1995-11-061-0/+51