summaryrefslogtreecommitdiff
path: root/libnetfs/fsys-set-options.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-04-01 04:55:22 +0000
committerRoland McGrath <roland@gnu.org>2001-04-01 04:55:22 +0000
commit910e44aa00e370c48e1a75a0d4fc57fd26089bbb (patch)
tree746b81fc9a5211cc47f5035db09f72af83703d74 /libnetfs/fsys-set-options.c
parent08e6a58c89ca1ee4e330cd90d7f62fcae6544217 (diff)
2001-03-31 Neal H Walfield <neal@cs.uml.edu>
* Makefile (fsys-MIGSFLAGS): Add -DREPLY_PORTS, which we want for netfs_S_fsys_goaway. * fsys-get-options.c (netfs_S_fsys_getoptions): Add reply port arguments to declaration. * fsys-getroot.c (netfs_S_fsys_getroot): Likewise. * fsys-goaway.c (netfs_S_fsys_goaway): Likewise. * fsys-set-options.c (netfs_S_fsys_set_options): Likewise. * fsys-syncfs.c (netfs_S_fsys_syncfs): Likewise. * fsysstubs.c (netfs_S_fsys_getfile): Likewise. (netfs_S_fsys_getpriv): Likewise. (netfs_S_fsys_forward): Likewise. (netfs_S_fsys_startup): Likewise.
Diffstat (limited to 'libnetfs/fsys-set-options.c')
-rw-r--r--libnetfs/fsys-set-options.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libnetfs/fsys-set-options.c b/libnetfs/fsys-set-options.c
index 8abd5a16..38f06c16 100644
--- a/libnetfs/fsys-set-options.c
+++ b/libnetfs/fsys-set-options.c
@@ -1,6 +1,6 @@
/* Parse run-time options
- Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 2001 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -32,6 +32,8 @@
/* Implement fsys_set_options as described in <hurd/fsys.defs>. */
error_t
netfs_S_fsys_set_options (fsys_t fsys,
+ mach_port_t reply,
+ mach_msg_type_name_t reply_type,
char *data, mach_msg_type_number_t data_len,
int do_children)
{