]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/pwck.c: Use a %lu format and cast group and user IDs to
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Jun 2008 21:16:01 +0000 (21:16 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Jun 2008 21:16:01 +0000 (21:16 +0000)
commita70898fc2841d953658035527621019ccce67aad
tree5009c259566a3233d6eaa255c12bfd5ecbad42da
parent186eef69dc765c9e09f9a5e1ce5eae296dbc8c72
* src/pwck.c: Use a %lu format and cast group and user IDs to
unsigned long integers.
* src/pwck.c: Cast number of days to a long integer.
* src/pwck.c: Use the SCALE macro instead of (24L * 3600L)
for the values to be set in /etc/shadow.
* src/pwck.c: Use SHADOW_SP_FLAG_UNSET for the initial
value of spent.sp_flag.
ChangeLog
src/pwck.c