]> git.ipfire.org Git - thirdparty/shadow.git/commit
Remove HAVE_GETGROUPS ifdefs 479/head
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 27 Dec 2021 19:50:06 +0000 (20:50 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 27 Dec 2021 20:17:50 +0000 (21:17 +0100)
commit913e16ce20c4613732625180d845bd74e733ae76
treef74aca8e73595fd7649b45d0d068aa4f50cb466d
parent92bd73c65742aea5d1411ced403d1f8972e7cfb5
Remove HAVE_GETGROUPS ifdefs

getgroups(2) has been in POSIX since POSIX.1-2001.  It is also in
in SVr4 and in 4.3BSD (see getgroups(2) and getgroups(3p)).
We can assume that this function is always available.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
configure.ac
src/groups.c
src/id.c