diff options
Diffstat (limited to 'libnetfs/fsys-set-options.c')
-rw-r--r-- | libnetfs/fsys-set-options.c | 4 |
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) { |