diff options
| author | Mikolaj Golub <trociny@FreeBSD.org> | 2013-04-20 15:37:33 +0000 |
|---|---|---|
| committer | Mikolaj Golub <trociny@FreeBSD.org> | 2013-04-20 15:37:33 +0000 |
| commit | e344fb0222dd46ee88e571b7708386664e7db1eb (patch) | |
| tree | c9fca6210c3c78b1f47e279ad3ff249a30de253c /usr.bin | |
| parent | 108b6de211e5c5dec2fa511994b0ebc00b7c0949 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/gcore/elfcore.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c index d6e702bc9929..20e801a4f531 100644 --- a/usr.bin/gcore/elfcore.c +++ b/usr.bin/gcore/elfcore.c @@ -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 * |
