]> git.ipfire.org Git - thirdparty/shadow.git/commit
src/usermod.c: Rename identifiers ralated to [ug]id's
authorAlejandro Colomar <alx@kernel.org>
Thu, 15 Feb 2024 14:55:33 +0000 (15:55 +0100)
committerSerge Hallyn <serge@hallyn.com>
Fri, 12 Jul 2024 03:42:58 +0000 (22:42 -0500)
commitcfb8df4a91ff63228ab35899f88bbd0f04996c3d
tree1680fc03844032e342b739e93390195ce89a2817
parentb73c78581ca55dd0e5b49351c911f713af62382f
src/usermod.c: Rename identifiers ralated to [ug]id's

It was unclear why this code is using ulong.  Since these only handle
uid's and gid's, rename the identifiers accordingly, after id_t.

Link: <https://github.com/shadow-maint/shadow/pull/951>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/usermod.c