From 66625c7500f44c3ee7a5841e40dc1b66fa1e4961 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 25 May 1994 17:32:29 +0000 Subject: entered into RCS --- hurd/io_reply.defs | 4 ++-- 1 file 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; -- cgit v1.2.3