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.
This commit is contained in:
Дмитрий Левин 2016-12-21 21:21:20 +00:00
parent 5607a0e2b0
commit 826dd22e46

View File

@ -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