From c44728486b76c5ca69ea1b465e21c6a6cbae23da Mon Sep 17 00:00:00 2001 From: Robert Roth Date: Thu, 9 Jan 2025 09:02:31 +0200 Subject: [PATCH] Add explicit cast as an attempt to fix abi check failure --- src/daemon/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/main.c b/src/daemon/main.c index 20a37149..f797d931 100644 --- a/src/daemon/main.c +++ b/src/daemon/main.c @@ -232,7 +232,7 @@ handle_parent_connection (int s) 0, NULL); break; case GLIBTOP_CMND_PROC_IO: - memcpy (&pid, parameter, sizeof (pid_t)); + memcpy (&pid, parameter, sizeof (pid_t)); glibtop_get_proc_io_l (server, &resp->u.data.proc_io, pid); do_output (s, resp, _offset_data (proc_io),