From 910e44aa00e370c48e1a75a0d4fc57fd26089bbb Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 1 Apr 2001 04:55:22 +0000 Subject: 2001-03-31 Neal H Walfield * 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. --- libnetfs/fsys-get-options.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libnetfs/fsys-get-options.c') diff --git a/libnetfs/fsys-get-options.c b/libnetfs/fsys-get-options.c index e2a73782..fa045eff 100644 --- a/libnetfs/fsys-get-options.c +++ b/libnetfs/fsys-get-options.c @@ -1,6 +1,6 @@ /* Unparse run-time options - Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1998, 2001 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -32,6 +32,8 @@ /* Implement fsys_get_options as described in . */ error_t netfs_S_fsys_get_options (fsys_t fsys, + mach_port_t reply, + mach_msg_type_name_t reply_type, char **data, mach_msg_type_number_t *data_len) { error_t err; -- cgit v1.2.3