* lib/tcbfuncs.c: Avoid implicit signed to unsigned conversions.

This commit is contained in:
nekral-guest
2010-03-18 00:03:48 +00:00
parent 1d969818fd
commit 37b4c8737f
2 changed files with 4 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
* lib/tcbfuncs.c: Include shadowio.h, needed for the
spw_setdbname's prototype.
* lib/tcbfuncs.c: Ignore fflush() return value.
* lib/tcbfuncs.c: Avoid implicit signed to unsigned conversions.
2010-03-17 Nicolas François <nicolas.francois@centraliens.net>