* src/chage.c: Cast 3rd date_to_str parameter to a time_t

This commit is contained in:
nekral-guest
2011-11-19 21:56:10 +00:00
parent 05823ad867
commit 4049c0e69e
2 changed files with 5 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
shadow_audit_result, use SHADOW_AUDIT_FAILURE instead of 0.
* lib/selinux.c: vasprintf requires _GNU_SOURCE to be defined
before including stdio.h.
* src/chage.c: Cast 3rd date_to_str parameter to a time_t
2011-11-19 Nicolas François <nicolas.francois@centraliens.net>