* libmisc/isexpired.c: Added parenthesis.

* libmisc/env.c: Added comments.
	* libmisc/env.c: Avoid implicit conversion of pointer to boolean.
This commit is contained in:
nekral-guest
2011-06-16 21:25:36 +00:00
parent 907025eb40
commit 75f4b049a6
3 changed files with 19 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2011-06-16 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/isexpired.c: Added parenthesis.
* libmisc/env.c: Added comments.
* libmisc/env.c: Avoid implicit conversion of pointer to boolean.
2011-06-16 Nicolas François <nicolas.francois@centraliens.net>
* src/su.c: environ is provided by <unistd.h>.