* src/passwd.c: Replace getnumber() by getlong(). This permits to

get rid of another strtol().
This commit is contained in:
nekral-guest
2009-04-10 22:34:23 +00:00
parent 1675ca3378
commit d548bf4742
2 changed files with 34 additions and 23 deletions

View File

@@ -1,3 +1,8 @@
2009-04-06 Nicolas François <nicolas.francois@centraliens.net>
* src/passwd.c: Replace getnumber() by getlong(). This permits to
get rid of another strtol().
2009-04-06 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/getlong.c: Include both <stdlib.h> and <errno.h> needed