]> git.ipfire.org Git - thirdparty/shadow.git/commit
Use 'uintmax_t' to print 'gid_t'
authorAlejandro Colomar <alx@kernel.org>
Fri, 16 Dec 2022 00:06:09 +0000 (01:06 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Thu, 22 Dec 2022 09:34:04 +0000 (10:34 +0100)
commit06c30450ce4a57c3bf9d56374cf4d5d2480086e9
tree4cf5c96f834dde38e5e737356e88479ce03664b2
parent587ce83e3ff4bea64ac028149ac9b66df37f688c
Use 'uintmax_t' to print 'gid_t'

This is shorter to write than 'unsigned long int', so we can collapse
some lines.  It is guaranteed by C99.

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