]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/: sget*ent(): Remove unnecessary 'static', and rename variable
authorAlejandro Colomar <alx@kernel.org>
Sat, 7 Dec 2024 14:01:19 +0000 (15:01 +0100)
committerSerge Hallyn <serge@hallyn.com>
Fri, 30 May 2025 22:21:39 +0000 (17:21 -0500)
commit9f7464cd6880288cd960e0a83c100c4964967486
treeabcfeb11b8206ffdf3a808e9c7443dd3d06f6cf3
parent5bff501515e1d795656c2ddb2627d20fb5765dd7
lib/: sget*ent(): Remove unnecessary 'static', and rename variable

For consistency, use 'fields[]' in all these functions,
and don't make it unnecessarily 'static'.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/gshadow.c
lib/sgetgrent.c
lib/sgetpwent.c
lib/sgetspent.c