summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 20:53:09 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 20:53:09 +0000
commit7c0fe68a9fdc824ea5204941743d4ebf0912abdf (patch)
treef83aa4f8b8d8b3620d1af65673a4f179d1246b51 /libtrivfs
parentc66890a89a45a7af57d1bff364e67e25c6ca3b1a (diff)
(trivfs_S_fsys_get_options): Expect (and ignore) reply port args.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/fsys-stubs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libtrivfs/fsys-stubs.c b/libtrivfs/fsys-stubs.c
index fca0b265..36ca080c 100644
--- a/libtrivfs/fsys-stubs.c
+++ b/libtrivfs/fsys-stubs.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1994, 1995 Free Software Foundation
+ Copyright (C) 1994, 1995, 1996 Free Software Foundation
This file is part of the GNU Hurd.
@@ -83,6 +83,8 @@ trivfs_S_fsys_set_options (struct trivfs_control *cntl,
error_t
trivfs_S_fsys_get_options (struct trivfs_control *fsys,
+ mach_port_t reply,
+ mach_msg_type_name_t replytype,
char **data, mach_msg_type_number_t *len)
{
return EOPNOTSUPP;