mirror of
https://github.com/docker/cli.git
synced 2026-09-04 18:14:29 -05:00
This is a better fix for futimes() on kernels not supporting O_PATH. The previous fix broke when copying a device, as it tried to open it and got and error. Upstream-commit: 75e958bf48a83de5f3f80859aee96f3356d16d4b Component: engine