From 7c0fe68a9fdc824ea5204941743d4ebf0912abdf Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 20:53:09 +0000 Subject: (trivfs_S_fsys_get_options): Expect (and ignore) reply port args. --- libtrivfs/fsys-stubs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3