CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/10 22:48:14
Modified files:
usr.bin/cvs : file.c
Log message:
cvs_file_copy() used futimes(), but only set the tv_sec fields,
which presumably meant passing stack garbage in the tv_usec and
failing with EINVAL, whee. Switch to futimens() and set the full
timespecs from the incoming struct stat
ok millert@
