From 6f3abb076c7daf260f58921fbcee3325acb70de8 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 22 Dec 2016 20:53:16 +0000 Subject: [PATCH] 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. --- uid.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.40.0