Not all systems use st_[cm]tim field for ns resolution file timestamp
commit110c46a909fe27f5b8aff412a78cb821300fb985
authorJunio C Hamano <gitster@pobox.com>
Sun, 8 Mar 2009 20:51:33 +0000 (8 13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 8 Mar 2009 21:04:39 +0000 (8 14:04 -0700)
treef9c90dac0a903e6cc4011c0c07c58a7c38fee575
parentc06ff4908bf9ad8bf2448439a3574321c9399b17
Not all systems use st_[cm]tim field for ns resolution file timestamp

Some codepaths do not still use the ST_[CM]TIME_NSEC() pair of macros
introduced by the previous commit but assumes all systems use st_mtim
and st_ctim fields in "struct stat" to record nanosecond resolution part
of the file timestamps.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fetch-pack.c
read-cache.c