]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/: Don't open-code get_gid()
authorAlejandro Colomar <alx@kernel.org>
Tue, 9 Jan 2024 14:48:55 +0000 (15:48 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sat, 29 Jun 2024 18:00:18 +0000 (20:00 +0200)
commit509e3bcbf8a55c3d780b525c7d331dac965d58b1
tree8aea8625b3a18e3ea35003032e83e3ac15b91842
parentf85a07f140f3fb7af159c73cf2ff4492f2943a95
lib/: Don't open-code get_gid()

These functions were open-coding get_gid().  Use the actual function.

Reviewed-by: "Serge E. Hallyn" <serge@hallyn.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/getgr_nam_gid.c
lib/prefix_flag.c
src/useradd.c