summaryrefslogtreecommitdiff
path: root/libdiskfs/fsys-options.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-08-20 06:02:13 +0000
committerRoland McGrath <roland@gnu.org>1998-08-20 06:02:13 +0000
commit10df447e8c90f41db5ba483d24e6425042c67990 (patch)
tree77ba173a9e83a96caa7412730f09152f52a5a7f4 /libdiskfs/fsys-options.c
parent2d3f1ca261cc86b87e69f8235853ddf60b37cc40 (diff)
1998-08-20 Roland McGrath <roland@baalperazim.frob.com>
* 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.
Diffstat (limited to 'libdiskfs/fsys-options.c')
-rw-r--r--libdiskfs/fsys-options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/fsys-options.c b/libdiskfs/fsys-options.c
index 1a1786b9..ea5ee8c5 100644
--- a/libdiskfs/fsys-options.c
+++ b/libdiskfs/fsys-options.c
@@ -1,6 +1,6 @@
/* Parse run-time options
- Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -107,7 +107,7 @@ diskfs_S_fsys_get_options (fsys_t fsys,
if (! err)
/* Move ARGZ from a malloced buffer into a vm_alloced one. */
- err = fshelp_return_malloced_buffer (argz, argz_len, data, data_len);
+ err = iohelp_return_malloced_buffer (argz, argz_len, data, data_len);
else
free (argz);