CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/14 19:24:07
Modified files:
usr.bin/ftp : ftp.c
Log message:
When setting the modification time on the retrieved file, use utimensat()
with UTIME_OMIT for the atime, instead of setting the atime to the current
time.
ok jca@ cheloha@
