+xfsprogs-2.8.XX
+ - Fix xfs_quota gracetime reporting.
+ Thanks to Utako Kusaka <utako@tnes.nec.co.jp> for this.
+
xfsprogs-2.8.19 (31 January 2007)
- Fix pthread stack size setting in xfs_repair.
- Fix xfs_bmap -n option displaying a truncated extent.
*/
extern char *type_to_string(uint __type);
extern char *form_to_string(uint __form);
-extern char *time_to_string(__uint32_t __time, uint __flags);
+extern char *time_to_string(time_t __time, uint __flags);
extern char *bbs_to_string(__uint64_t __v, char *__c, uint __size);
extern char *num_to_string(__uint64_t __v, char *__c, uint __size);
extern char *pct_to_string(__uint64_t __v, __uint64_t __t, char *__c, uint __s);