Hi Tim, I wrote on 2017-04-05: > - There is a link error due to --single-configure and strerror_r. > - The logic in nap.h is buggy: it calls nanosleep with a negative > delay argument. And it expects Unix behaviour that is not met > by Windows. > - Not only utimens.c needs to be adjusted, but also utimecmp.c. > - st_mtime come out 2 hours higher than expected (for me). Obviously > some timezone issue. > - And probably more... > > I'm trying to get these sorted out, one by one.
Done. You should now be able to use utimens() and friends in GNU wget. Btw, this utime() / futimens() call in wget is the reason why I prefer to download files through wget instead of through a browser. Bruno
