CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2012/07/12 08:28:13
Modified files: bin/dd : dd.c Log message: Use S_ISFIFO and S_ISSOCK instead of lseek() to determine whether an fd is a socket, pipe or named pipe. OK deraadt@ matthew@