CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/10 23:07:28
Modified files:
usr.sbin/mtree : compare.c create.c mtree.h spec.c
Log message:
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@
