* src/userdel.c: Re-indent.

* src/userdel.c: Avoid implicit conversion of pointers to
	booleans.
	* src/userdel.c: Document the sections closed by #endif
This commit is contained in:
nekral-guest
2010-03-11 22:01:59 +00:00
parent a8b11f5c18
commit 59910c45d5
2 changed files with 70 additions and 63 deletions

View File

@@ -1,3 +1,10 @@
2010-03-10 Nicolas François <nicolas.francois@centraliens.net>
* src/userdel.c: Re-indent.
* src/userdel.c: Avoid implicit conversion of pointers to
booleans.
* src/userdel.c: Document the sections closed by #endif
2010-03-10 Nicolas François <nicolas.francois@centraliens.net>
* src/pwconv.c: Only check USE_TCB if configured WITH_TCB.