]> granicus.if.org Git - shadow/commit
* src/gpasswd.c: Use a bool when possible instead of int integers.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 9 Jun 2008 19:26:19 +0000 (19:26 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 9 Jun 2008 19:26:19 +0000 (19:26 +0000)
commite41460cae599ea6594512de4a3c6d30cd863aaed
treebbe1bc7e6ca239b2ef7cdf7187c3e80df6f30090
parent5e2b49dad4b5384635c10f1e0775d396475ad305
* src/gpasswd.c: Use a bool when possible instead of int integers.
* src/gpasswd.c: Avoid implicit conversion of pointers / integers
/ chars to booleans.
* src/gpasswd.c: Ignore the return value of putchar() and fflush()
before exiting.
* src/gpasswd.c: check_list() renamed is_valid_user_list(), and
return a bool.
* src/gpasswd.c: Ignore return value of setlocale(),
bindtextdomain(), and textdomain().
ChangeLog
src/gpasswd.c