]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/groupmod.c: Use a bool when possible instead of int
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 10 Jun 2008 17:45:08 +0000 (17:45 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 10 Jun 2008 17:45:08 +0000 (17:45 +0000)
commitbe8d08fda6268a16156dfd46aa26f91fa40f6386
tree95a53d44d0291dcb4bf7ed87c627ffb002b805b2
parent7dea133b5552aef23a8c0fa4234914cd6a4bc9e5
* src/groupmod.c: Use a bool when possible instead of int
integers.
* src/groupmod.c: Avoid assignments in comparisons.
* src/groupmod.c: Add brackets and parenthesis.
* src/groupmod.c: Avoid implicit conversion of pointers / integers
/ chars to booleans.
* src/groupmod.c: Use a %lu format to print GIDs, and cast the GID
to (unsigned long int).
* src/groupmod.c: Ignore return value of setlocale(),
bindtextdomain(), and textdomain().
* src/groupmod.c: Ignore the return value of pam_end() before
exiting.
ChangeLog
src/groupmod.c