jtc
Thu Oct 10 07:34:38 PDT 1996
Update of /cvsroot/src/sys/sys
In directory netbsd1:/home/jtc/src/sys/sys
Modified Files:
stat.h
Log Message:
S_ISFIFO(x) should not return true with sockets. S_ISSOCK(x) should
not return true with fifos. Users who want the previous behavior can
use (S_ISFIFO(x) || S_ISSOCK(x)).