* libmisc/sulog.c: Ignore the return value of umask() when the

mask is restored.
	* libmisc/sulog.c: Add brackets.
	* libmisc/sulog.c: Ignore return value of time() when use with a
	non NULL argument.
This commit is contained in:
nekral-guest
2008-06-13 19:52:58 +00:00
parent fe0e4f635e
commit 07a6bcaa77
2 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/sulog.c: Ignore the return value of umask() when the
mask is restored.
* libmisc/sulog.c: Add brackets.
* libmisc/sulog.c: Ignore return value of time() when use with a
non NULL argument.
2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/log.c: Avoid assignments in comparisons.