CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2020/08/22 12:34:29
Modified files: usr.bin/fstat : fstat.c Log message: Support looking up unix domain sockets by file name. The best that we can do is string comparison of the file name. Previously, "fstat /var/run/foo.sock" would return no results. The -f option still won't work for sockets since they are not file system objects. OK kn@