From: Dmitry V. Levin Date: Wed, 21 Dec 2016 21:22:25 +0000 (+0000) Subject: fetch_struct_stat64: change address argument type from unsigned long to kernel_ureg_t X-Git-Tag: v4.16~280 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50d25d1a6083a7f1e3280b0f2654a07b1141ba66;p=strace 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. --- 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