From 2d3f1ca261cc86b87e69f8235853ddf60b37cc40 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 20 Aug 1998 06:01:25 +0000 Subject: 1998-08-20 Roland McGrath * file-get-fs-options.c (netfs_S_file_get_fs_options): fshelp_return_malloced_buffer renamed to iohelp_*. * fsys-get-options.c (netfs_S_fsys_get_options): Likewise. --- libnetfs/file-get-fs-options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libnetfs/file-get-fs-options.c') diff --git a/libnetfs/file-get-fs-options.c b/libnetfs/file-get-fs-options.c index bd4c91e8..1a18c72d 100644 --- a/libnetfs/file-get-fs-options.c +++ b/libnetfs/file-get-fs-options.c @@ -1,6 +1,6 @@ /* Unparse 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. @@ -54,7 +54,7 @@ netfs_S_file_get_fs_options (struct protid *user, 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); -- cgit v1.2.3