diff options
Diffstat (limited to 'boot')
-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; } |