From 94f801f14d9b3b71fc1cce22857902d7a80a6c67 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 25 Dec 2016 02:53:16 +0000 Subject: [PATCH] printsiginfo: change len argument type from unsigned long to kernel_ureg_t * printsiginfo.c (print_siginfo_array): Change len argument type from unsigned long to kernel_ureg_t. --- printsiginfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printsiginfo.c b/printsiginfo.c index 757fc13a..d991e8fb 100644 --- a/printsiginfo.c +++ b/printsiginfo.c @@ -255,7 +255,7 @@ print_siginfo_t(struct tcb *tcp, void *elem_buf, size_t elem_size, void *data) } MPERS_PRINTER_DECL(void, print_siginfo_array, struct tcb *const tcp, - const kernel_ureg_t addr, const unsigned long len) + const kernel_ureg_t addr, const kernel_ureg_t len) { siginfo_t si; -- 2.50.1