Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/11/1996 10:10:05
mycroft
Wed Dec 11 02:02:59 PST 1996
Update of /cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv10044

Modified Files:
      Tag: netbsd-1-2
	nfs_serv.c 
Log Message:
>From trunk:
Always call vnode_pager_uncache() when removing a file.

mycroft
Wed Dec 11 02:04:35 PST 1996
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv10471

Modified Files:
      Tag: netbsd-1-2
	dir.h 
Log Message:
>From trunk:
Don't permit this file to be referenced by kernel code.

mycroft
Wed Dec 11 02:07:21 PST 1996
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv10999

Modified Files:
      Tag: netbsd-1-2
	stat.h 
Log Message:
>From trunk:
S_ISFIFO(x) should not return true with sockets.  S_ISSOCK(x) should
not return true with fifos.