CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2017/06/12 12:38:57
Modified files: usr.bin/vi/common: recover.c Log message: Use openat() and unlinkat() instead of chdir()ing to the recovery dir. Since we use flock() and not fcntl() locking we can open the recovery file read-only. OK martijn@