CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/11 08:23:06
Modified files:
usr.bin/at : at.c
Log message:
Use fstatat(), openat() and unlinkat() when operating on files in
the at queue so we don't need to chdir to the queue dir. OK guenther@
