From c9e380bb6c96f4e01aec86f1cdd1c32360313786 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 22 Dec 2016 20:50:45 +0000 Subject: [PATCH] stat64: change address argument type from unsigned long to kernel_ureg_t * stat64.c (decode_struct_stat64): Change address argument type from unsigned long to kernel_ureg_t. --- stat64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stat64.c b/stat64.c index 3c816cd0..16d33c6d 100644 --- a/stat64.c +++ b/stat64.c @@ -29,7 +29,7 @@ #include "stat.h" static void -decode_struct_stat64(struct tcb *tcp, const unsigned long addr) +decode_struct_stat64(struct tcb *const tcp, const kernel_ureg_t addr) { struct strace_stat st; -- 2.40.0