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.
This commit is contained in:
Дмитрий Левин 2016-12-22 20:53:16 +00:00
parent c9e380bb6c
commit 6f3abb076c

3
uid.c
View File

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