commit | ceca2e3d77bd2d922f3ebb19c9f74dd72639fae0 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sat Jun 01 20:47:16 2013 -0500 |
committer | Rob Landley <rob@landley.net> | Sat Jun 01 20:47:16 2013 -0500 |
tree | fcffc80d6bce0658cbdfa605aec75868fa38aec1 | |
parent | 6b28341dfc933ccd631a4d1e0b5d055c39e96e8d [diff] |
Stat cleanup. Put global stat info in a union so we don't have to malloc it and thus don't need an explicit size tracked in main(). Make date_stat_format() take a timespec and take advantage of stat having an embedded timespec (nanosecond printing), typecast the long long prints for XYZ because on some 32 bit platforms it's an int.