diff options
author | Roland McGrath <roland@gnu.org> | 2000-02-04 08:42:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-02-04 08:42:12 +0000 |
commit | ca03e0a0369ab4b49c2f481992f613fff116f594 (patch) | |
tree | 67c43d7158042b05b4d3c4654c23dbac06454a25 /hurd/io_reply.defs | |
parent | b15ae7d13b6c9b7e94f5a0d434d846e81e136c0c (diff) |
2000-01-26 Roland McGrath <roland@baalperazim.frob.com>
* io_reply.defs (io_select_reply): Remove ID_TAG argument,
which does not exist in the io_select RPC as defined in io.defs.
Diffstat (limited to 'hurd/io_reply.defs')
-rw-r--r-- | hurd/io_reply.defs | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/hurd/io_reply.defs b/hurd/io_reply.defs index 68bd2f1c..09f5595b 100644 --- a/hurd/io_reply.defs +++ b/hurd/io_reply.defs @@ -1,5 +1,5 @@ /* Definitions for generic IO interface - Copyright (C) 1991, 1993, 1994, 1995 Free Software Foundation + Copyright (C) 1991,93,94,95,2000 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -8,7 +8,7 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -The GNU Hurd is distributed in the hope that it will be useful, +The GNU Hurd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -28,7 +28,7 @@ subsystem io_reply 21100; /* much mach io.defs + 100 */ IO_IMPORTS #endif -type reply_port_t = polymorphic | MACH_MSG_TYPE_MAKE_SEND_ONCE +type reply_port_t = polymorphic | MACH_MSG_TYPE_MAKE_SEND_ONCE ctype: mach_port_t; simpleroutine io_write_reply ( @@ -90,8 +90,7 @@ simpleroutine io_get_icky_async_id_reply ( simpleroutine io_select_reply ( reply: reply_port_t; return_code: kern_return_t; - select_result: int; - id_tag: int); + select_result: int); simpleroutine io_stat_reply ( reply: reply_port_t; @@ -152,4 +151,3 @@ simpleroutine io_readsleep_reply ( simpleroutine io_sigio_reply ( reply: reply_port_t; return_code: kern_return_t); - |