CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 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@