]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fsck.cramfs: use utimes() instead of utime() that is obsolete
authorSami Kerola <kerolasa@iki.fi>
Mon, 7 Jan 2019 22:23:04 +0000 (22:23 +0000)
committerSami Kerola <kerolasa@iki.fi>
Sat, 12 Jan 2019 08:46:54 +0000 (08:46 +0000)
commitad7ac3d598e2d541d9eba70975e68dff7e52c7d9
treec402ce290f8de90f8e5e5a37a6ab68fae6bcafd9
parentf78a90217447b10cb52c2789d88da07088b37425
fsck.cramfs: use utimes() instead of utime() that is obsolete

Reference: http://man7.org/linux/man-pages/man3/utime.3p.html#APPLICATION_USAGE
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
disk-utils/fsck.cramfs.c