Move the utime() wrapper from test-chmtime.c to mingw.c.
commit04d11973432ed449c196d6f2cc02177f51e01824
authorJohannes Sixt <johannes.sixt@telecom.at>
Tue, 18 Mar 2008 08:18:53 +0000 (18 09:18 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Tue, 18 Mar 2008 08:18:53 +0000 (18 09:18 +0100)
treea469e5312a87f2c45876031726a4e84d097f819a
parent49133c8b09736ea681d6bcfd31ffecf915137698
Move the utime() wrapper from test-chmtime.c to mingw.c.

The recent commit f746bae84e4746a861d9ebed29fd9255e5cd929f uses utime() to
adjust time stamps of pack files. We better make sure that we have an
implementation of utime that sets time stamps in a fashion that works with
our stat() implementation. (The system's utime() implemenation has issues
with daylight saving time changes.)

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
compat/mingw.c
compat/mingw.h
test-chmtime.c