From 50d25d1a6083a7f1e3280b0f2654a07b1141ba66 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 21 Dec 2016 21:22:25 +0000 Subject: [PATCH] fetch_struct_stat64: change address argument type from unsigned long to kernel_ureg_t * fetch_struct_stat64.c (fetch_struct_stat64): Change address argument type from unsigned long to kernel_ureg_t. --- fetch_struct_stat64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch_struct_stat64.c b/fetch_struct_stat64.c index b7281b59..d9051ace 100644 --- a/fetch_struct_stat64.c +++ b/fetch_struct_stat64.c @@ -68,7 +68,7 @@ typedef struct stat64 struct_stat64; #endif MPERS_PRINTER_DECL(bool, fetch_struct_stat64, - struct tcb *tcp, const unsigned long addr, + struct tcb *const tcp, const kernel_ureg_t addr, struct strace_stat *const dst) { #ifdef HAVE_STRUCT_STAT64 -- 2.40.0