From: Dmitry V. Levin Date: Wed, 21 Dec 2016 21:21:20 +0000 (+0000) Subject: fetch_struct_stat: change address argument type from unsigned long to kernel_ureg_t X-Git-Tag: v4.16~281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=826dd22e46824b980573890bbb12bae0a86f6ab4;p=strace fetch_struct_stat: change address argument type from unsigned long to kernel_ureg_t * fetch_struct_stat.c (fetch_struct_stat): Change address argument type from unsigned long to kernel_ureg_t. --- diff --git a/fetch_struct_stat.c b/fetch_struct_stat.c index 399b78c3..0a583b4a 100644 --- a/fetch_struct_stat.c +++ b/fetch_struct_stat.c @@ -70,7 +70,7 @@ typedef struct stat struct_stat; #endif MPERS_PRINTER_DECL(bool, fetch_struct_stat, - struct tcb *tcp, const unsigned long addr, + struct tcb *const tcp, const kernel_ureg_t addr, struct strace_stat *const dst) { #ifdef HAVE_STRUCT_STAT