summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-05-09 16:16:51 +0000
committerMiles Bader <miles@gnu.org>1996-05-09 16:16:51 +0000
commit6729e1cab4b32be9daec090a286c619075d1df16 (patch)
tree127270c2e7d662cb71f091ee31780a0813f37524 /libtrivfs
parent10125cec4c8e7af306144d4287d1d16af193cf85 (diff)
(trivfs_S_io_select): Remove TAG arg.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/io-select.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libtrivfs/io-select.c b/libtrivfs/io-select.c
index 9de93176..7788da6e 100644
--- a/libtrivfs/io-select.c
+++ b/libtrivfs/io-select.c
@@ -1,5 +1,5 @@
/* Stub io_select RPC for trivfs library.
- Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -27,8 +27,7 @@ kern_return_t
trivfs_S_io_select (struct trivfs_protid *cred,
mach_port_t reply,
mach_msg_type_name_t replytype,
- int *seltype,
- int *tag)
+ int *seltype)
{
if (!cred)
return EOPNOTSUPP;