* src/id.c: Make sure malloc receives a size_t.

* src/id.c: Use a %lu format and cast group and user IDs to
	unsigned long integers.
This commit is contained in:
nekral-guest
2008-06-13 21:31:23 +00:00
parent 87ba782106
commit 5fc99a117b
2 changed files with 24 additions and 12 deletions

View File

@@ -1,3 +1,9 @@
2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
* src/id.c: Make sure malloc receives a size_t.
* src/id.c: Use a %lu format and cast group and user IDs to
unsigned long integers.
2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
* src/sulogin.c: Ignore the return value of signal().