CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2024/08/15 00:27:24
Modified files: bin/test : test.c Log message: unifdef for S_I{FLNK,FIFO,FSOCK}. For the operations where we use access() (-r, -w, -x, -e) do them without requiring stat() to succeed first. ok tb@ deraadt@