summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 17:47:06 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 17:47:06 +0000
commiteb2682fddb25bc4fd079d0783b0daa0f6abf8c1a (patch)
treed4417aa72a02672208c6b9f6953abb2cadd39a23
parentb1872e224c0d4fbcc2cb9e3e2a84cbad842a1766 (diff)
(diskfs_S_fsys_get_options): Accept and ignore replyport parameters.
-rw-r--r--libdiskfs/fsys-options.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdiskfs/fsys-options.c b/libdiskfs/fsys-options.c
index ce80d76d..565836ce 100644
--- a/libdiskfs/fsys-options.c
+++ b/libdiskfs/fsys-options.c
@@ -89,6 +89,8 @@ diskfs_S_fsys_set_options (fsys_t fsys,
/* Implement fsys_get_options as described in <hurd/fsys.defs>. */
error_t
diskfs_S_fsys_get_options (fsys_t fsys,
+ mach_port_t reply,
+ mach_msg_type_name_t replytype,
char **data, mach_msg_type_number_t *data_len)
{
char *argz;