diff options
Diffstat (limited to 'proc/host.c')
-rw-r--r-- | proc/host.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/proc/host.c b/proc/host.c index 7d76f7cb..9934837f 100644 --- a/proc/host.c +++ b/proc/host.c @@ -409,9 +409,9 @@ S_proc_uname (pstruct_t process, kern_return_t S_proc_register_version (pstruct_t server, mach_port_t credential, - char *name, - char *release, - char *version) + string_t name, + string_t release, + string_t version) { error_t err = 0; int i; |