From a8d51bf0ce26fd26e00338540857f43b8a99e126 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 1 Jan 2022 13:53:31 +0100 Subject: Fix build warnings No actual behavior change. --- proc/host.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'proc/host.c') 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; -- cgit v1.2.3