Commit ba79e984f96e1470e583cc1731b2f80da9de9afc

Eric Blake 2009-11-04T06:19:23

utimens: fix use of futimens on older Linux Using UTIME_OMIT with non-zero seconds was already worked around for utimensat, but I missed the futimens case. * lib/utimens.c (fdutimens): Use updated, rather than original, timespec to avoid bug in older Linux kernel. Reported by Simon Josefsson. Signed-off-by: Eric Blake <ebb9@byu.net>