summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-25 17:32:29 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-25 17:32:29 +0000
commit66625c7500f44c3ee7a5841e40dc1b66fa1e4961 (patch)
treea4898a97477e8c6c28fdcfad12300bf2cfa6efc4 /hurd
parentaf6254e0e790b086a07634a7dafc1a5b81acb156 (diff)
entered into RCS
Diffstat (limited to 'hurd')
-rw-r--r--hurd/io_reply.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/io_reply.defs b/hurd/io_reply.defs
index 7aaee15e..1e1225c6 100644
--- a/hurd/io_reply.defs
+++ b/hurd/io_reply.defs
@@ -49,7 +49,7 @@ simpleroutine io_seek_reply (
simpleroutine io_readable_reply (
reply: reply_port_t;
return_code: kern_return_t;
- int amount);
+ amount: int);
simpleroutine io_set_all_openmodes_reply (
reply: reply_port_t;
@@ -58,7 +58,7 @@ simpleroutine io_set_all_openmodes_reply (
simpleroutine io_get_openmodes_reply (
reply: reply_port_t;
return_code: kern_return_t;
- int bits);
+ bits: int);
simpleroutine io_set_some_openmodes_reply (
reply: reply_port_t;