Stop down-converting to a timeval when comparing and setting times.
authorguenther <guenther@openbsd.org>
Fri, 11 Aug 2023 05:07:28 +0000 (05:07 +0000)
committerguenther <guenther@openbsd.org>
Fri, 11 Aug 2023 05:07:28 +0000 (05:07 +0000)
commitea7ffa33202d03451f764fa91a44405dec2d2d30
treeffc46a26eb4089219ec8fe789082bc2759982e03
parent6541b77c94127ecd11c0a5f7b2cdfe2db3a4a356
Stop down-converting to a timeval when comparing and setting times.
Replace use of the old BSD st_*timespec members in struct stat with
the POSIX-standard st_*tim members.

ok millert@
usr.sbin/mtree/compare.c
usr.sbin/mtree/create.c
usr.sbin/mtree/mtree.h
usr.sbin/mtree/spec.c