* lib/commonio.c: len should be typed ssize_t as it is the return
of read(), and is compared to 0. Cast to size_t when necessary.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* lib/commonio.c: len should be typed ssize_t as it is the return
|
||||
of read(), and is compared to 0. Cast to size_t when necessary.
|
||||
|
||||
2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/find_new_ids.c: Use getdef_ulong to retrieve UIDs/GIDs
|
||||
|
Reference in New Issue
Block a user