CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/10 23:02:21
Modified files:
usr.bin/rcs : co.c rcsclean.c rcsprog.c rcsutil.c rcsutil.h
Log message:
Switch rcs_{get,set}_mtime() from returning and taking a time_t to
doing so with a struct timespec and then use tv_nsec = UTIME_OMIT
instead of a (time_t)-1 as a "do nothing" value. They can then
fully preserve the timestamp
ok millert@
