* libmisc/utmp.c: Avoid implicit conversion of pointers / chars to
booleans. * libmisc/utmp.c: Add brackets and parenthesis. * libmisc/utmp.c: Exit with the EXIT_FAILURE status code in case of failure. * libmisc/utmp.c: Avoid assignments in comparisons. * lib/prototypes.h, libmisc/utmp.c: Change setutmp()'s prototype to return an int because pututline() and pututxline() may fail.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2008-06-17 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/utmp.c: Avoid implicit conversion of pointers / chars to
|
||||
booleans.
|
||||
* libmisc/utmp.c: Add brackets and parenthesis.
|
||||
* libmisc/utmp.c: Exit with the EXIT_FAILURE status code in case
|
||||
of failure.
|
||||
* libmisc/utmp.c: Avoid assignments in comparisons.
|
||||
* lib/prototypes.h, libmisc/utmp.c: Change setutmp()'s prototype
|
||||
to return an int because pututline() and pututxline() may fail.
|
||||
|
||||
2008-06-17 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/audit_help.c: Added one string for translation.
|
||||
|
Reference in New Issue
Block a user