]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/, src/: Rename variables
authorAlejandro Colomar <alx@kernel.org>
Fri, 15 Nov 2024 14:24:05 +0000 (15:24 +0100)
committerSerge Hallyn <serge@hallyn.com>
Fri, 24 Jan 2025 13:58:13 +0000 (07:58 -0600)
commit7be3b4c2a8f93272e23499b529aba9a19f831649
tree7fe1a5fc5238e2084471e295f52e8a4941429633
parentaaaa3d41a5379aae745d53fae5870ec8678a889e
lib/, src/: Rename variables

Since 'list' is used for a comma/colon-separated-value list, grouplist
is incorrect and inconsistent.  grouplist is not a list, but an array.
Use the more common convention of just using plural.  Also, use 'gids'
to distinguish it from other group representations.

Reviewed-by: Serge Hallyn <serge@hallyn.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/addgrps.c
src/newgrp.c