From: Dmitry V. Levin Date: Thu, 22 Dec 2016 20:53:16 +0000 (+0000) Subject: uid: change address argument type from unsigned long to kernel_ureg_t X-Git-Tag: v4.16~262 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f3abb076c7daf260f58921fbcee3325acb70de8;p=strace uid: change address argument type from unsigned long to kernel_ureg_t * uid.c (print_groups): Change address argument type from unsigned long to kernel_ureg_t. --- diff --git a/uid.c b/uid.c index 815a4144..d45637d8 100644 --- a/uid.c +++ b/uid.c @@ -164,7 +164,8 @@ print_gid(struct tcb *tcp, void *elem_buf, size_t elem_size, void *data) } static void -print_groups(struct tcb *tcp, const unsigned int len, const unsigned long addr) +print_groups(struct tcb *const tcp, const unsigned int len, + const kernel_ureg_t addr) { static unsigned long ngroups_max; if (!ngroups_max)