Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/30/1997 20:20:01
fvdl
Mon Jun 30 13:13:46 PDT 1997
Update of /a/cvsroot/src/sys/ufs/ext2fs
In directory netbsd1:/var/slash-tmp/cvs-serv648

Modified Files:
	ext2fs_vnops.c 
Log Message:
Return EPERM, not EISDIR for an attempt to remove a directory.


fvdl
Mon Jun 30 13:16:32 PDT 1997
Update of /a/cvsroot/src/sys/ufs/ufs
In directory netbsd1:/var/slash-tmp/cvs-serv694

Modified Files:
	ufs_vnops.c 
Log Message:
Return EPERM for an attempt to remove a directory with VOP_REMOVE, not EISDIR.