diff options
author | Roland McGrath <roland@gnu.org> | 1995-01-16 22:35:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-01-16 22:35:28 +0000 |
commit | 958397f0b754190875ae569758e7b7d9ee79be43 (patch) | |
tree | 155d4ff801590019520d18e764fc442b09ab24c6 | |
parent | dbe0932cb94bb5a11702b0d7f423b3d0f04f8ff6 (diff) |
(io_select_request): Remove RETURN_PORT arg.
-rw-r--r-- | hurd/io_request.defs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hurd/io_request.defs b/hurd/io_request.defs index 6c570640..366963f2 100644 --- a/hurd/io_request.defs +++ b/hurd/io_request.defs @@ -1,5 +1,5 @@ /* Definitions for generic IO interface - Copyright (C) 1991, 1993, 1994 Free Software Foundation + Copyright (C) 1991, 1993, 1994, 1995 Free Software Foundation This file is part of the GNU Hurd. @@ -94,7 +94,6 @@ simpleroutine io_select_request ( io_object: io_t; reply: reply_port_t; select_type: int; - return_port: mach_port_make_send_once_t; id_tag: int); simpleroutine io_stat_request ( @@ -164,4 +163,4 @@ simpleroutine io_sigio_request ( -
\ No newline at end of file + |