diff options
author | Roland McGrath <roland@gnu.org> | 1999-02-17 04:35:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-02-17 04:35:23 +0000 |
commit | b45d110ee8d5a48a60d717e385602dd0a85d383d (patch) | |
tree | 479c328572093f13d127748454a2b5c5aa316ebf /boot/boot.c | |
parent | 58263e09bbcb46f4f9db02e66166fcf89a86f64f (diff) |
1999-02-16 Roland McGrath <roland@baalperazim.frob.com>
* boot.c (S_io_revoke): Add reply, replyPoly args.
Diffstat (limited to 'boot/boot.c')
-rw-r--r-- | boot/boot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boot/boot.c b/boot/boot.c index ab401872..635acb99 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1858,7 +1858,8 @@ S_io_identity (mach_port_t obj, } kern_return_t -S_io_revoke (mach_port_t obj) +S_io_revoke (mach_port_t obj, + mach_port_t reply, mach_msg_type_name_t replyPoly) { return EOPNOTSUPP; } |