diff options
Diffstat (limited to 'boot/boot.c')
-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 feec4f6b..1cc6152f 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1731,7 +1731,7 @@ kern_return_t S_io_server_version (mach_port_t object, mach_port_t reply_port, mach_msg_type_name_t reply_type, - char *name, + string_t name, int *maj, int *min, int *edit) |