* libmisc/list.c: Avoid assignments in comparisons, assignments

with post increments (x++), use of integers as booleans, and
	explicitly mark blocks with brackets.
This commit is contained in:
nekral-guest
2008-05-24 14:09:35 +00:00
parent d99423405c
commit 0219d72f48
2 changed files with 42 additions and 20 deletions

View File

@@ -7,6 +7,9 @@
* src/passwd.c: Declare the check_selinux_access prototype and
avoid name clashes (change_user -> changed_user; change_uid ->
changed_uid; access -> requested_access)
* libmisc/list.c: Avoid assignments in comparisons, assignments
with post increments (x++), use of integers as booleans, and
explicitly mark blocks with brackets.
2008-05-23 Nicolas François <nicolas.francois@centraliens.net>