CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/08/17 00:54:21
Modified files:
lib/libutil : passwd.c
Log message:
Use %lld and cast to (long long) when printing time_t values and atoll()
when parsing them.
Add a couple [ug]id_t --> u_int casts for consistency with rest of code.
Based on a diff from Nathanael Rensen (nathanael (at) polymorpheus.com)
