]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/login.c: Avoid multi-statements lines.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 10 Jun 2008 18:56:23 +0000 (18:56 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 10 Jun 2008 18:56:23 +0000 (18:56 +0000)
commita0dae7557cf25458803b70455a9276e90e291c3e
tree764fccaf60b1e51a8c5372e653d63d88a21911f2
parent836bf643b053c8b07b3b93e6f116e6ed41bae1a9
* src/login.c: Avoid multi-statements lines.
* src/login.c: Ignore the return value of pam_end() before
exiting.
* src/login.c: Use a bool when possible instead of int integers.
* src/login.c: Add brackets and parenthesis.
* src/login.c: Ignore the return values of fflush(), putchar(), puts().
* src/login.c: Ignore the return value of fclose() for read-only
files.
* src/login.c: Avoid assignments in comparisons.
* src/login.c: Ignore return value of setlocale(),
bindtextdomain(), and textdomain().
ChangeLog
src/login.c