CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/13 02:49:51
Modified files:
usr.bin/mail : aux.c def.h
Log message:
To alter just the atime of the mailspool, use utimensat()+UTIME_OMIT instead
of stat()+utimes(). Prefer clock_gettime() over gettimeofday() to avoid
timeval->timespec conversion
ok millert@
