* lib/commonio.c: Use get_pid() instead of strtol.

* lib/commonio.c: Replace an int by a size_t.
This commit is contained in:
nekral-guest
2009-04-24 23:35:01 +00:00
parent 1353c71054
commit fc656ad7bd
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2009-04-25 Nicolas François <nicolas.francois@centraliens.net>
* lib/commonio.c: Use get_pid() instead of strtol.
* lib/commonio.c: Replace an int by a size_t.
2009-04-25 Nicolas François <nicolas.francois@centraliens.net>
* lib/commonio.h: Added splint annotations.