(newtime): Now an array of two timespecs, one
authorJim Meyering <jim@meyering.net>
Wed, 17 Mar 2004 10:06:57 +0000 (10:06 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 17 Mar 2004 10:06:57 +0000 (10:06 +0000)
commit553e0746b0b5c8463fab72fdb924bccb85fefb4c
tree84a363aaccdfb5d6f3ae406d642db3e665827adb
parent1188f599d9e0140cfe2109deb5d4fa573c4ff551
(newtime): Now an array of two timespecs, one
for access and one for modification.
(ref_stats): Remove.
(get_reldate): Use get_date's parameter profile.
(touch, main): Adjust to above changes.
(main): Work even if tm_year == INT_MAX (so long as long int is wider).
Use gettime instead of gettimeofday, for new get_date signature.
src/touch.c