diff options
-rw-r--r-- | boot/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/boot.c b/boot/boot.c index faf41b75..a746e81a 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1721,7 +1721,7 @@ S_io_pathconf (mach_port_t obj, return EOPNOTSUPP; } -kern_return_n +kern_return_t S_io_identity (mach_port_t obj, mach_port_t reply, mach_msg_type_name_t replytype, |