summaryrefslogtreecommitdiff
path: root/libdiskfs/file-get-fs-opts.c
AgeCommit message (Collapse)Author
2002-05-082002-05-08 Roland McGrath <roland@frob.com>Roland McGrath
* diskfs.h (diskfs_append_args): unsigned -> size_t in argument type. (diskfs_append_std_options): Likewise. (diskfs_get_directs): Likewise. * file-exec.c (diskfs_S_file_exec): Likewise. * file-get-fs-opts.c (diskfs_S_file_get_fs_options): Likewise. * file-get-trans.c (diskfs_S_file_get_translator): Likewise. * file-getfh.c (diskfs_S_file_getfh): Likewise. * file-set-trans.c (diskfs_S_file_set_translator): Likewise. * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. * io-restrict-auth.c (diskfs_S_io_restrict_auth): Likewise. * opts-append-std.c (diskfs_append_std_options): Likewise. * opts-get.c (diskfs_append_args): Likewise. * dir-readdir.c (diskfs_S_dir_readdir): Likewise.
1998-08-201998-08-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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.
1996-09-23(diskfs_S_file_get_fs_options):Miles Bader
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.
1996-06-21(diskfs_S_file_get_fs_options):Miles Bader
Use fshelp_return_malloced_buffer to setup the return data.
1995-11-21(diskfs_S_file_get_fs_options): Revert last change.Michael I. Bushnell
1995-11-21(diskfs_S_file_get_fs_options): diskfs_get_options ->Michael I. Bushnell
_diskfs_get_options.c
1995-11-21Include <string.h>.Michael I. Bushnell
(diskfs_S_file_get_fs_options): Dereference DATA_LEN in call to vm_allocate.
1995-11-06Initial revisionMiles Bader