Work around non-compliant gettimeofday on Mac OS X 10.0.4,
authorJim Meyering <jim@meyering.net>
Sun, 12 Aug 2001 08:47:19 +0000 (08:47 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 12 Aug 2001 08:47:19 +0000 (08:47 +0000)
commit7292e5031b0a794a9f99f71c651c3718fd20323d
treecf59eeeea17a8839b59df58cbd1fb6673d265a6f
parent98950444e69ca2eeeb07ab38e1b6733eca81fdd2
Work around non-compliant gettimeofday on Mac OS X 10.0.4,
(aka Darwin 1.3.7) that caused the date of the first file listed
in long output to be the current time rather than the file's mtime.
The real work is in m4/gettimeofday.m4 and the wrapper function,
lib/gettimeofday.c.

Include gtod.h.
(main): `Call' GETTIMEOFDAY_INIT.
(print_long_format): Add a comment about gettimeofday.
src/ls.c