mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
Wrong cast.
MFC after: 1 month
This commit is contained in:
parent
108b6de211
commit
e344fb0222
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249704
@ -634,8 +634,7 @@ static void *
|
||||
elf_note_procstat_groups(void *arg, size_t *sizep)
|
||||
{
|
||||
|
||||
return (procstat_sysctl(arg, KERN_PROC_GROUPS,
|
||||
(int)sizeof(gid_t), sizep));
|
||||
return (procstat_sysctl(arg, KERN_PROC_GROUPS, sizeof(gid_t), sizep));
|
||||
}
|
||||
|
||||
static void *
|
||||
|
Loading…
Reference in New Issue
Block a user