]> granicus.if.org Git - shadow/commit
* src/vipw.c: Use a bool when possible instead of int integers.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 9 Jun 2008 21:18:28 +0000 (21:18 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 9 Jun 2008 21:18:28 +0000 (21:18 +0000)
commitfdb577e0a032ff9a5b1b3779f31443868fa59b32
tree266899da3a57272f98b855902a9f4288cbcfdadc
parent45544f42b99761c54e10e2fa18379e619954a72e
* src/vipw.c: Use a bool when possible instead of int integers.
* src/vipw.c: Ignore the return value of umask(), when the mask is
set again to the old value.
* src/vipw.c: Avoid implicit conversion of pointers / integers to
booleans.
* src/vipw.c: Add brackets and parenthesis.
* src/vipw.c: Avoid assignments in comparisons.
* src/vipw.c: Ignore return value of setlocale(),
bindtextdomain(), and textdomain().
* src/vipw.c: Add missing termination of the longopts parameter
for getopt_long().
ChangeLog
src/vipw.c