Change getgrouplist(3) to take gid_t arguments for the groups.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Sun, 19 Sep 2004 17:25:42 +0000 (17:25 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Sun, 19 Sep 2004 17:25:42 +0000 (17:25 +0000)
commit26bca77cbb5d82a9471f5d415e11e5c6d727e602
tree324273b50d6422816f714ee38e9510a51e29115e
parent6351dbd949d6192a2fdf37ab45afbb7232be2ee6
Change getgrouplist(3) to take gid_t arguments for the groups.

Submitted-by: Liam J. Foy
Adjust jail(8) and id(1) to pass gid_t arguments as well.
include/unistd.h
lib/libc/gen/getgrouplist.3
lib/libc/gen/getgrouplist.c
lib/libc/gen/initgroups.c
lib/libcr/gen/getgrouplist.3
lib/libcr/gen/getgrouplist.c
lib/libcr/gen/initgroups.c
usr.bin/id/Makefile
usr.bin/id/id.c
usr.sbin/jail/Makefile
usr.sbin/jail/jail.c