* libmisc/isexpired.c: ARGSUSED is no more needed (shadow is always supported).

* libmisc/isexpired.c: Avoid implicit conversion of pointers to booleans.
	* libmisc/isexpired.c: Add brackets and parenthesis.
This commit is contained in:
nekral-guest
2008-05-26 00:14:10 +00:00
parent c6364944d4
commit fc6d8e933b
2 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
2008-05-26 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/isexpired.c: ARGSUSED is no more needed (shadow is
always supported).
* libmisc/isexpired.c: Avoid implicit conversion of pointers to
booleans.
* libmisc/isexpired.c: Add brackets and parenthesis.
2008-05-26 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/sulog.c (sulog): The success argument is a bool.