diff options
author | Miles Bader <miles@gnu.org> | 1996-05-09 16:16:51 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-05-09 16:16:51 +0000 |
commit | 6729e1cab4b32be9daec090a286c619075d1df16 (patch) | |
tree | 127270c2e7d662cb71f091ee31780a0813f37524 /devio/io.c | |
parent | 10125cec4c8e7af306144d4287d1d16af193cf85 (diff) |
(trivfs_S_io_select): Remove TAG arg.
Diffstat (limited to 'devio/io.c')
-rw-r--r-- | devio/io.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -139,13 +139,11 @@ trivfs_S_io_seek (struct trivfs_protid *cred, /* SELECT_TYPE is the bitwise OR of SELECT_READ, SELECT_WRITE, and SELECT_URG. Block until one of the indicated types of i/o can be done "quickly", and - return the types that are then available. ID_TAG is returned as passed; it - is just for the convenience of the user in matching up reply messages with - specific requests sent. */ + return the types that are then available. */ kern_return_t trivfs_S_io_select (struct trivfs_protid *cred, mach_port_t reply, mach_msg_type_name_t replytype, - int *type, int *tag) + int *type) { if (!cred) return EOPNOTSUPP; |