* libmisc/find_new_ids.c: Use getdef_ulong to retrieve UIDs/GIDs

from login.defs. Type constants to long integers.
This commit is contained in:
nekral-guest
2008-06-13 21:49:57 +00:00
parent 838f39d0fd
commit d3abd86df5
2 changed files with 15 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/find_new_ids.c: Use getdef_ulong to retrieve UIDs/GIDs
from login.defs. Type constants to long integers.
2008-06-13 Nicolas François <nicolas.francois@centraliens.net>
* lib/gshadow.c: Use a bool when possible instead of int integers.