Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/10/1996 14:40:04
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)).